From 3ba0123db48f8bab81ddf0913e1b95280ef545e8 Mon Sep 17 00:00:00 2001
From: Li Jun <buli@deloitte.com.cn>
Date: 星期四, 31 三月 2022 17:56:53 +0800
Subject: [PATCH] Deploy0331

---
 force-app/main/default/classes/NFM502ControllerTest.cls |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/force-app/main/default/classes/NFM502ControllerTest.cls b/force-app/main/default/classes/NFM502ControllerTest.cls
index 2fa2be8..744853d 100644
--- a/force-app/main/default/classes/NFM502ControllerTest.cls
+++ b/force-app/main/default/classes/NFM502ControllerTest.cls
@@ -5,6 +5,7 @@
 	}
 	@testSetup
 	static void makeTestQLM502() {
+		TestDataUtility.CreatePIPolicyConfiguration('NFM502');
 		BatchIF_Transfer__c transfer1 = new BatchIF_Transfer__c();
 		transfer1.Table__c          = 'QLMoldMark';
 		transfer1.Internal_Value__c = '*';
@@ -26,6 +27,7 @@
 
 		Tender_information__c Ten = new Tender_information__c();
 		Ten.Name = '123456';
+		Ten.InfoTitle__c = '123456';
 		Ten.ProjectId__c = '38_99df2844cf784982acdc61d00d7a7dbb';
 		insert Ten;
 

--
Gitblit v1.9.1