111
沙世明
2022-11-22 928399eceec50e3d37ea08669a12789a9410a9d2
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 ※