denny chen
2023-04-24 6896a6021f9fa609c6a284aafc3d7229d62c400e
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