ソースを参照

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

459242451@qq.com 3 年 前
コミット
2045c9b414

+ 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>