binxie
2023-06-26 00e147ec892cb1e89d0698787a8c60da1014cdb7
force-app/main/default/classes/LexConsumableAccountInfoController.cls
@@ -37,7 +37,7 @@
            if (accList != null && accList.size() > 0) {
                obj = accList.get(0);
            }
        }else {
        } else {
            return new ResponseBodyLWC('Error', 500, 'accId为空', '');
        }
        data.put('obj', obj);