From e3c02c03dd2de442bbced87236f60a13a1cd154e Mon Sep 17 00:00:00 2001
From: 高章伟 <gaozhangwei@prec-tech.com>
Date: 星期四, 02 三月 2023 17:51:57 +0800
Subject: [PATCH] gzw 正式环境最新代码更新
---
force-app/main/default/classes/MergeAgencyActivityBatchTest.cls | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/force-app/main/default/classes/MergeAgencyActivityBatchTest.cls b/force-app/main/default/classes/MergeAgencyActivityBatchTest.cls
index dca8aa7..65273ef 100644
--- a/force-app/main/default/classes/MergeAgencyActivityBatchTest.cls
+++ b/force-app/main/default/classes/MergeAgencyActivityBatchTest.cls
@@ -250,11 +250,11 @@
Agency_Report__c agency_report1 = WeeklyReportCmp.makeAgencyReport('GI', '淇℃伅鏀堕泦-鏃ュ父鎷滆', agency_report_header1.Id
, a1HPLink.Id, contact1.Id, '', dtGTM
, proType.Id, '', ''
- , 'Result', '', '', '', '', '', dtGTM);
+ , 'Result', '', '', '', '', '', dtGTM,''); //zhj 2022-12-21 鍥犱负WeeklyReportCmp.makeAgencyReport澧炲姞浜嗕竴涓弬鏁癝upportNeedsc
Agency_Report__c agency_report2 = WeeklyReportCmp.makeAgencyReport('GI', '淇℃伅鏀堕泦-鏃ュ父鎷滆', agency_report_header2.Id
, a1HPLink.Id, contact1.Id, '', lastWkGTM
, proType.Id, '', ''
- , 'Result', '', '', '', '', '', lastWkGTM);
+ , 'Result', '', '', '', '', '', lastWkGTM,''); //zhj 2022-12-21 鍥犱负WeeklyReportCmp.makeAgencyReport澧炲姞浜嗕竴涓弬鏁癝upportNeedsc
insert new List<Agency_Report__c> {agency_report1, agency_report2};
}
}
--
Gitblit v1.9.1