0923sql时间修改
This commit is contained in:
parent
15e9784617
commit
e614875c3a
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Reference in New Issue