DerrickLD
2025-05-29 d1f53b1cda1f71767afa1b0e07f785e10e8550f1
ruoyi-quartz/src/main/resources/mapper/quartz/SysJobLogMapper.xml
@@ -87,7 +87,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()
          now()
       )
   </insert>