This commit is contained in:
wulin 2021-09-01 14:42:26 +08:00
commit 4acdb4ec07

View File

@ -1198,6 +1198,7 @@ public class ResultRecordController extends AbstractController {
}
return resultRecordService.newApproval(approvalDto);
} catch (Exception e) {
log.error("审批异常",e);
return R.error(e.getMessage());
}
}