From 38f646071ef8012e4229a6d5519a66c242c45718 Mon Sep 17 00:00:00 2001
From: 李彤 <litong@prec-tech.com>
Date: 星期四, 31 三月 2022 18:15:08 +0800
Subject: [PATCH] WLIG-CCT9UG关于市场多年保计提金调整
---
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