服务指令-请领流程BUG处理
This commit is contained in:
parent
062e543822
commit
6c47dbf5ab
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in New Issue