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