| force-app/main/default/classes/RentalApplyWebService.cls | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
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