LiJinHuan
2023-08-08 9f5874fcd8657ade15b4fc73c924813684f3a9a8
force-app/main/default/classes/EquipmentRentalCancelController.cls
@@ -141,7 +141,10 @@
            //}
            if (line.isSelect == true) {
                Rental_Apply_Equipment_Set__c upd = new Rental_Apply_Equipment_Set__c();
                upd = line.raes;
                // 20230706 ljh DB202306220097 start
                // upd = line.raes;
                upd.Id = line.raes.Id;
                // 20230706 ljh DB202306220097 end
                upd.Cancel_Select__c = true;
                upd.Cancel_Date__c = Date.today();
                upd.Cancel_Time__c = MainFixtureSelectController.getCurrentTime();