From 928399eceec50e3d37ea08669a12789a9410a9d2 Mon Sep 17 00:00:00 2001
From: 沙世明 <shashiming@prec-tech.com>
Date: 星期二, 22 十一月 2022 16:51:16 +0800
Subject: [PATCH] 111
---
force-app/main/default/classes/NFM103ControllerTest.cls | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/force-app/main/default/classes/NFM103ControllerTest.cls b/force-app/main/default/classes/NFM103ControllerTest.cls
index b422d77..3896686 100644
--- a/force-app/main/default/classes/NFM103ControllerTest.cls
+++ b/force-app/main/default/classes/NFM103ControllerTest.cls
@@ -957,6 +957,8 @@
rpr.SAP_Transfer_time__c = Date.today();
//rpr.FSE_ApplyForRepair_time__c = Date.today();
//update by rentx 2020-10-28 end
+ rpr.Bollow_Date__c = Date.today();
+ rpr.if_Rental_Apply__c = true;
System.Test.startTest();
update rpr;
@@ -1130,6 +1132,8 @@
rpr.SAP_Transfer_time__c = Date.today();
//rpr.FSE_ApplyForRepair_time__c = Date.today();
//update by rentx 2020-10-28 end
+ rpr.Bollow_Date__c = Date.today();
+ rpr.if_Rental_Apply__c = true;
System.Test.startTest();
// 20220902 ljh 鈥�
--
Gitblit v1.9.1