force-app/main/default/classes/RentalApplyEquipmentSetWebService.cls
@@ -1,6 +1,7 @@ global without sharing class RentalApplyEquipmentSetWebService { //借出备品一览单位重新分配 @AuraEnabled WebService static String rentalApplyEquipmentSetReassign(Id raesID) { Savepoint sp = Database.setSavepoint();