zhanghl
2025-04-17 8bfafbd2e35e2cd0e370281c007fe98fe7fb91d3
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>