19626
2023-04-21 6229c0367a42605861d849ca472bc42111eef4fa
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