服务指令-退货流程BUG处理

This commit is contained in:
曹磊 2025-12-16 14:54:06 +08:00
parent 400d04b349
commit 53b8e8066f
1 changed files with 2 additions and 2 deletions

View File

@ -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 != ''">