From 5c01ebbfddb6b8674430b47c22977bea2e350084 Mon Sep 17 00:00:00 2001 From: Li Jun <buli@deloitte.com.cn> Date: 星期三, 13 四月 2022 10:58:46 +0800 Subject: [PATCH] BackupPIPLFunction0413 --- force-app/main/default/classes/XinDailyReportController.cls | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/force-app/main/default/classes/XinDailyReportController.cls b/force-app/main/default/classes/XinDailyReportController.cls index a91874d..c12d850 100644 --- a/force-app/main/default/classes/XinDailyReportController.cls +++ b/force-app/main/default/classes/XinDailyReportController.cls @@ -2340,18 +2340,17 @@ if('鐢宠珛涓�'.equals(report.Status__c )){ XinDailyReportController.updateTask( report.id); //sla淇℃伅鏇存柊 zh start - //2021-08-27 鏉ㄦ澃鍏� 淇敼閫昏緫锛氭槸鍚﹂�炬湡閮借皟鐢╯aveSLADetails鏂规硶锛屽皢鏄惁閫炬湡浼犲叆鏂规硶锛屾柟娉曞唴鍋氶�昏緫澶勭悊 if (eventCAndSLA.size()>0 && SLAIds.size()>0) { UpdateSLACompleteNumber.saveSLADetails(eventCAndSLA, SLAIds,report.Submit_DateTime_New__c <= report.Report_Deadline__c ); } if (report.Submit_DateTime_New__c <= report.Report_Deadline__c ) { //鎻愪氦鏃ヨ秴杩囨渶鍚庢彁浜ゆ湡闄愶紝涓嶈鍏ユ鏁� - if (eventCAndMainC.size()>0 && mainCIds.size()>0) { UpdateSLACompleteNumber.saveSLARecorded(eventCAndMainC, mainCIds); } } + //sla淇℃伅鏇存柊 zh end // 浠诲姟妗嗘灦bug 搴斿 by zys start 鍘熶唬鐮� @@ -3667,6 +3666,9 @@ // 20200420 浠诲姟鏃ユ姤绠$悊 add gzw end activities.add(a); actSize = activities.size(); + //Add log by Li Jun 20220407 Start + system.debug('Activity Data:'+JSON.serialize(activities)); + //Add log by Li Jun 20220407 end } public String delIndex { -- Gitblit v1.9.1