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