zhanghl
2025-04-17 2d5d3fc43ef7015f46cfd0c3ffc4e685a90fdf53
aps-modules/aps-job/src/main/resources/mapper/job/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>