高章伟
2023-03-03 d8dc84a3d56df839895f1c417a4d9cbee763d262
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增加了一个参数SupportNeedsc
                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增加了一个参数SupportNeedsc
                insert new List<Agency_Report__c> {agency_report1, agency_report2};
            }
        }