From 07390e2fcb4adf27c928335bf27ae7939c5a80ad Mon Sep 17 00:00:00 2001
From: buli <137736985@qq.com>
Date: 星期二, 23 五月 2023 11:28:12 +0800
Subject: [PATCH] bakcup20230523

---
 force-app/main/default/classes/UpdateAgencyRptProductTargetBatchTest.cls |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/force-app/main/default/classes/UpdateAgencyRptProductTargetBatchTest.cls b/force-app/main/default/classes/UpdateAgencyRptProductTargetBatchTest.cls
index 03be840..699e1e1 100644
--- a/force-app/main/default/classes/UpdateAgencyRptProductTargetBatchTest.cls
+++ b/force-app/main/default/classes/UpdateAgencyRptProductTargetBatchTest.cls
@@ -123,6 +123,7 @@
             String Product_Category3 = '';
             String Result = '';
             String Opportunity = '';
+            String SupportNeedsc =  '缁翠慨澶囧搧';
             
             Department_Cateogy = 'GI';
             Purpose_Type = '璇环鎸栨帢-浼氳瀵瑰簲';
@@ -136,7 +137,7 @@
             Product_Category3 = product_types3.Id;
             Result = '涓�鑸�';
 
-            report_id = WeeklyReportCmp.saveAgencyReport(Department_Cateogy, Purpose_Type, Agency_Report_Header, Agency_Hospital, Person_In_Charge2, doctor, Submit_date, Product_Category,Product_Category2,Product_Category3, Result, Opportunity,'','','','',Submit_date);
+            report_id = WeeklyReportCmp.saveAgencyReport(Department_Cateogy, Purpose_Type, SupportNeedsc, Agency_Report_Header, Agency_Hospital, Person_In_Charge2, doctor, Submit_date, Product_Category,Product_Category2,Product_Category3, Result, Opportunity,'','','','',Submit_date);
 
             Department_Cateogy = 'GI';
             Purpose_Type = '璇环鎸栨帢-OPD';
@@ -150,7 +151,7 @@
             Product_Category3 = '';
             Result = '涓�鑸�';
 
-            report_id = WeeklyReportCmp.saveAgencyReport(Department_Cateogy, Purpose_Type, Agency_Report_Header, Agency_Hospital, Person_In_Charge2, doctor, Submit_date, Product_Category,Product_Category2,Product_Category3, Result, Opportunity,'','','','',Submit_date);
+            report_id = WeeklyReportCmp.saveAgencyReport(Department_Cateogy, Purpose_Type, SupportNeedsc, Agency_Report_Header, Agency_Hospital, Person_In_Charge2, doctor, Submit_date, Product_Category,Product_Category2,Product_Category3, Result, Opportunity,'','','','',Submit_date);
 
             Department_Cateogy = 'GI';
             Purpose_Type = '璇环鎸栨帢-浼氳瀵瑰簲';
@@ -164,7 +165,7 @@
             Product_Category3 = '';
             Result = '涓�鑸�';
 
-            report_id = WeeklyReportCmp.saveAgencyReport(Department_Cateogy, Purpose_Type, Agency_Report_Header, Agency_Hospital, Person_In_Charge2, doctor, Submit_date, Product_Category,Product_Category2,Product_Category3, Result, Opportunity,'','','','',Submit_date);
+            report_id = WeeklyReportCmp.saveAgencyReport(Department_Cateogy, Purpose_Type, SupportNeedsc, Agency_Report_Header, Agency_Hospital, Person_In_Charge2, doctor, Submit_date, Product_Category,Product_Category2,Product_Category3, Result, Opportunity,'','','','',Submit_date);
         
             System.Test.StartTest();
             UpdateAgencyRptProductTargetBatch b2 = new UpdateAgencyRptProductTargetBatch();

--
Gitblit v1.9.1