From e6068da47c1bef5517c9e5fdc8c726766867ad4e Mon Sep 17 00:00:00 2001 From: buli <137736985@qq.com> Date: 星期五, 14 七月 2023 15:10:02 +0800 Subject: [PATCH] Merge branch 'master' into LEXUpgrade2023-Deloitte --- force-app/main/default/classes/LexConsumableOrderManageController.cls | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/force-app/main/default/classes/LexConsumableOrderManageController.cls b/force-app/main/default/classes/LexConsumableOrderManageController.cls index 2ead3f4..81e1a82 100644 --- a/force-app/main/default/classes/LexConsumableOrderManageController.cls +++ b/force-app/main/default/classes/LexConsumableOrderManageController.cls @@ -56,8 +56,8 @@ List<CusCol> cols = new List<CusCol>(); for (FieldSetMember fsm : fsmList) { //add by Link - if(fsm.getFieldPath() == 'Order_ForHospital__c' && agencyProType == 'ET'){ - }else { + if (fsm.getFieldPath() == 'Order_ForHospital__c' && agencyProType == 'ET') { + } else { CusCol col = new CusCol(); col.label = fsm.getLabel(); col.fieldName = fsm.getFieldPath(); @@ -332,4 +332,4 @@ @AuraEnabled public String fieldName; } -} \ No newline at end of file +} -- Gitblit v1.9.1