force-app/main/default/classes/otherButtonRepairController.cls
@@ -166,11 +166,11 @@ repair.Facility_Return_Receipt_Collection_reque__c = Datetime.now().date(); update repair; return 'ok'; } catch (Exception e) { System.debug(LoggingLevel.INFO, '*** e: ' + e); res = e.getMessage(); throw new AuraHandledException(e.getMessage()); } return res; } // 查找PAE判定记录