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/NFM503InfoFileBatchTest.cls | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/force-app/main/default/classes/NFM503InfoFileBatchTest.cls b/force-app/main/default/classes/NFM503InfoFileBatchTest.cls
index 2cf8dd2..ef2c5f2 100644
--- a/force-app/main/default/classes/NFM503InfoFileBatchTest.cls
+++ b/force-app/main/default/classes/NFM503InfoFileBatchTest.cls
@@ -2,6 +2,9 @@
public with sharing class NFM503InfoFileBatchTest {
@testSetup
static void makeTestQLM503() {
+ // ADD BY SUSHANHU FOR PI START
+ TestDataUtility.CreatePIPolicyConfiguration('NFM503');
+ // ADD BY SUSHANHU FOR PI END
BatchIF_Transfer__c transfer1 = new BatchIF_Transfer__c();
transfer1.Table__c = 'QLMoldMark';
transfer1.Internal_Value__c = '*';
@@ -23,6 +26,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