force-app/main/default/classes/LexConsumableAccountController.cls
@@ -277,6 +277,7 @@ accountList.add(String.valueOf(ar.get('hospitalName'))); topInfo.deList.add(Decimal.valueOf(String.valueOf(ar.get('thisAmount')))); } } System.debug('accountList = ' + accountList); System.debug('topInfo = ' + topInfo);