0923sql时间修改

This commit is contained in:
wcy 2024-09-23 13:03:18 +08:00
parent 15e9784617
commit e614875c3a
1 changed files with 4 additions and 4 deletions

View File

@ -144,7 +144,7 @@
<if test="backPerson != null and backPerson != ''">
back_person,
</if>
<if test="backTime != null and backTime != ''">
<if test="backTime != null">
back_time,
</if>
<if test="phone != null and phone != ''">
@ -153,7 +153,7 @@
<if test="directAuditBy != null">
direct_audit_by,
</if>
<if test="directAuditTime != null and directAuditTime != ''">
<if test="directAuditTime != null">
direct_audit_time,
</if>
<if test="directAuditRemark != null">
@ -185,7 +185,7 @@
<if test="backPerson != null and backPerson != ''">
#{backPerson},
</if>
<if test="backTime != null and backTime != ''">
<if test="backTime != null">
#{backTime},
</if>
<if test="phone != null and phone != ''">
@ -194,7 +194,7 @@
<if test="directAuditBy != null">
#{directAuditBy},
</if>
<if test="directAuditTime != null and directAuditTime != ''">
<if test="directAuditTime != null">
#{directAuditTime},
</if>
<if test="directAuditRemark != null">