xiangpei
2024-09-18 5b76d629eef02be2f8c7c8ccde13d02aee25e63b
ycl-server/src/main/java/com/ycl/utils/quartz/AbstractQuartzJob.java
@@ -85,8 +85,7 @@
        if (e != null)
        {
            sysJobLog.setStatus(Constants.FAIL);
            String errorMsg = StringUtils.substring(ExceptionUtil.getExceptionMessage(e), 0, 2000);
            sysJobLog.setExceptionInfo(errorMsg);
            sysJobLog.setExceptionInfo(e.getMessage());
        }
        else
        {