tt
twysparks
2023-04-26 26ad084e248b21ced76e6226ab2a32db53f582b9
force-app/main/default/classes/RentalApplyWebService.cls
@@ -536,6 +536,7 @@
    }
    // 延期审批Check
    @AuraEnabled
    WebService static String extension_approval_processCheck(String rentalApplyId) {
        try {
            List<Rental_Apply__c> raList = [SELECT Id,Name