refactor(多数据源): 运行报错修复

This commit is contained in:
gx_ma
2025-11-20 15:33:13 +08:00
parent d56c600643
commit 1e7bd72bfa
6 changed files with 152 additions and 152 deletions

View File

@@ -86,7 +86,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<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()
CURRENT_TIMESTAMP
)
</insert>