From d8dc84a3d56df839895f1c417a4d9cbee763d262 Mon Sep 17 00:00:00 2001
From: 高章伟 <gaozhangwei@prec-tech.com>
Date: 星期五, 03 三月 2023 14:50:59 +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