19626
2023-04-20 31fed600bc2aaca42ca64b74b18e343a2bc17fdf
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