From 1f296034a85c447df33cf4e09ed111eb3f42daf9 Mon Sep 17 00:00:00 2001 From: Liu Cheng <liucheng@prec-tech.com> Date: 星期五, 10 六月 2022 15:05:00 +0800 Subject: [PATCH] DLIU-CES8B9 【FY23系统课题10】-紧急-已借用自然日、借出状态(明细)字段逻辑调整 --- force-app/main/default/classes/EquipmentRentalLostReportController.cls | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/force-app/main/default/classes/EquipmentRentalLostReportController.cls b/force-app/main/default/classes/EquipmentRentalLostReportController.cls index 7bade62..a65710b 100644 --- a/force-app/main/default/classes/EquipmentRentalLostReportController.cls +++ b/force-app/main/default/classes/EquipmentRentalLostReportController.cls @@ -440,6 +440,10 @@ DeleteLostReport_Detail_Reason__c = needCancelLRMap.get(deleLRId).DeleteLostReport_Detail_Reason__c)); Rental_Apply_Equipment_Set_Detail__c raesd = new Rental_Apply_Equipment_Set_Detail__c(Id = deleLRId); raesd.LostReport_Detail__c = null; + //add by lc 20220601 start 宸插�熺敤鑷劧鏃ャ�佸�熷嚭鐘舵�侊紙鏄庣粏锛夊瓧娈甸�昏緫璋冩暣 + // 鍒犻櫎閬楀け鎶ュ憡鏄庣粏鏃讹紝娓呴櫎閬楀け鎶ュ憡鎵瑰噯鏃堕棿 + raesd.LostReportApprovalDate__c = null; + //add by lc 20220601 end 宸插�熺敤鑷劧鏃ャ�佸�熷嚭鐘舵�侊紙鏄庣粏锛夊瓧娈甸�昏緫璋冩暣 raesdList.add(raesd); } } -- Gitblit v1.9.1