From fb04e7c01d119c60632b4298d18fd93f3ccb3d79 Mon Sep 17 00:00:00 2001 From: Li Jun <buli@deloitte.com.cn> Date: 星期三, 06 四月 2022 10:32:05 +0800 Subject: [PATCH] 20220405DeployProduction --- force-app/main/default/classes/NFM501FutureController.cls | 9 +++++++-- 1 files changed, 7 insertions(+), 2 deletions(-) diff --git a/force-app/main/default/classes/NFM501FutureController.cls b/force-app/main/default/classes/NFM501FutureController.cls index 121005d..5a9f148 100644 --- a/force-app/main/default/classes/NFM501FutureController.cls +++ b/force-app/main/default/classes/NFM501FutureController.cls @@ -218,14 +218,19 @@ //杞崲琛紙瀹炵幇閫夐」鍒楄〃鐨勪笅鎷夐�夐」锛� te1.BiddingType__c = NFMUtil.getMapValue(transferMap, 'BiddingType__c', LI.biddingType, iflog501Future); te1.InfoQianlimaUrl__c = String.isBlank(LI.infoQianlimaUrl) ? te1.InfoQianlimaUrl__c : LI.infoQianlimaUrl; + System.debug('======111111111111========'); //鎷兼帴瀛楃涓� if (LI.ZhaoRelationWay != null && LI.ZhaoRelationWay.size() > 0) { + System.debug('======LI.ZhaoRelationWay========'+LI.ZhaoRelationWay); te1.ZhaoRelationWay__c = String.join(LI.ZhaoRelationWay, '锛�'); //add 瀵嗘枃 sushanhu 20220223 start + System.debug('======LI.ZhaoRelationWayEncrypted========'+LI.ZhaoRelationWayEncrypted); te1.ZhaoRelationWay_Encrypted__c =String.join(LI.ZhaoRelationWayEncrypted,'锛�'); + System.debug('======2222222222222========'); //add 瀵嗘枃 sushanhu 20220223 end } //杞崲琛紙閫夐」鍒楄〃鐨勪笅鎷夐�夐」锛� + System.debug('======3333333333333333========'); te1.IsElectronic__c = NFMUtil.getMapValue(transferMap, 'IsElectronic__c', LI.isElectronic, iflog501Future); te1.XmNumber__c = String.isBlank(LI.xmNumber) ? te1.XmNumber__c : LI.xmNumber; if ( String.isnotBlank(LI.tenderEndTime) ) { @@ -596,8 +601,8 @@ insert insertbidInfoFileList; } if (!Manual_execution501future) { - //娴嬭瘯 - // System.enqueueJob(new NFM502Controller(rowData.id)); + //娴嬭瘯 Open the comment by Li Jun 20220404 + System.enqueueJob(new NFM502Controller(rowData.id)); } // logstr += '\nend'; rowData.NFM501Future_Count__c = 0; -- Gitblit v1.9.1