瀏覽代碼

fix:日志的时间不使用sysdate()

459242451@qq.com 3 年之前
父節點
當前提交
2045c9b414
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      ruoyi-quartz/src/main/resources/mapper/quartz/SysJobLogMapper.xml

+ 1 - 1
ruoyi-quartz/src/main/resources/mapper/quartz/SysJobLogMapper.xml

@@ -96,7 +96,7 @@
         <if test="jobMessage != null and jobMessage != ''">#{jobMessage},</if>
         <if test="status != null and status != ''">#{status},</if>
         <if test="exceptionInfo != null and exceptionInfo != ''">#{exceptionInfo},</if>
-        sysdate()
+        #{createTime}
         )
     </insert>