From cd730d0b1a775abacfba06003bb58327d5d1fb3c Mon Sep 17 00:00:00 2001
From: 黄千龙 <huangqianlong@prec-tech.com>
Date: 星期四, 02 二月 2023 12:23:31 +0800
Subject: [PATCH] 同步数据
---
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