fuliqi
2024-09-10 2a2885f45160b4048a27e75d5be03ba9232c7363
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
        {