服务指令-退货流程BUG处理
This commit is contained in:
parent
400d04b349
commit
53b8e8066f
|
|
@ -199,13 +199,13 @@
|
|||
<if test="updateBy != null and updateBy != ''">
|
||||
,update_by = #{updateBy}
|
||||
</if>
|
||||
<if test="beginTime != null and beginTime != ''">
|
||||
<if test="beginTime != null">
|
||||
,begin_time = #{beginTime}
|
||||
</if>
|
||||
<if test="izStart != null and izStart != ''">
|
||||
,iz_start = #{izStart}
|
||||
</if>
|
||||
<if test="finishTime != null and finishTime != ''">
|
||||
<if test="finishTime != null">
|
||||
,finish_time = #{finishTime}
|
||||
</if>
|
||||
<if test="izFinish != null and izFinish != ''">
|
||||
|
|
|
|||
Loading…
Reference in New Issue