force-app/main/default/classes/lexOpportunitySpecialApplyController.cls
@@ -14,7 +14,7 @@ res.isUploadFile = opp.Is_upload_file__c; res.status = opp.Status__c; } catch (Exception e) { throw new AuraHandledException(e.getMessage()); System.debug(LoggingLevel.INFO, '*** e: ' + e); } return res; } @@ -27,7 +27,7 @@ update opp; return ''; } catch (Exception e) { return e.getMessage(); return e.getDmlMessage(0); } } public class InitData{