liangxiaozhen
2023-08-11 af908216bb0012fe849e3b49b3039c7ba238f8f0
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判定记录