高章伟
2023-03-03 d8dc84a3d56df839895f1c417a4d9cbee763d262
force-app/main/default/classes/TransferShippmentReceived5ControllerTest.cls
@@ -386,13 +386,13 @@
            TransferShippmentReceived5Controller controller = new TransferShippmentReceived5Controller();
            Test.startTest();
            controller.init();
            System.assertEquals(true, controller.esdList[0].editable);
            // Test.startTest();
            controller.esdList[0].rec.Inspection_result_after__c = 'OK';
            controller.save();
            // Test.stopTest();
            Test.stopTest();
            List<TransferApplyDetail__c> erList;
            erList = [select Inspection_result_after__c from TransferApplyDetail__c WHERE Id=:controller.esdList[0].rec.Id];