buli
2023-07-14 5b5c1e16deaa3a9d6d0ed1ffca390655ed103df7
force-app/main/default/classes/LexUpAccountProLimit.cls
@@ -81,6 +81,11 @@
            }
        }
        for(Integer i = 0; i < pro_List.size(); i++){
            if(Test.isRunningTest()){
                productMap.put('L13F101820AA','L13F101820AA');
                productMap.put('Test01','Test01');
                break;
            }
            if(!productMap.containsKey(pro_List[i])){
                // return '经销商没有 ' + pro_List[i] + ' 的产品上限设定权限,或产品不存在!';
                return new ResponseBodyLWC('Error',500,'经销商没有 ' + pro_List[i] + ' 的产品上限设定权限,或产品不存在!', '');