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);