服务指令-请领流程BUG处理

This commit is contained in:
曹磊 2025-12-16 11:27:20 +08:00
parent 062e543822
commit 6c47dbf5ab
1 changed files with 2 additions and 2 deletions

View File

@ -202,8 +202,8 @@
<if test="beginTime != null and beginTime != ''">
,begin_time = #{beginTime}
</if>
<if test="IzStart != null and IzStart != ''">
,iz_start = #{IzStart}
<if test="izStart != null and izStart != ''">
,iz_start = #{izStart}
</if>
<if test="finishTime != null and finishTime != ''">
,finish_time = #{finishTime}