wenwj
2025-04-09 877c9a7d2ee34ebf1a1e4c19cd7c1f8560709b0d
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>