服务指令-请领流程BUG处理
This commit is contained in:
parent
062e543822
commit
6c47dbf5ab
|
|
@ -202,8 +202,8 @@
|
||||||
<if test="beginTime != null and beginTime != ''">
|
<if test="beginTime != null and beginTime != ''">
|
||||||
,begin_time = #{beginTime}
|
,begin_time = #{beginTime}
|
||||||
</if>
|
</if>
|
||||||
<if test="IzStart != null and IzStart != ''">
|
<if test="izStart != null and izStart != ''">
|
||||||
,iz_start = #{IzStart}
|
,iz_start = #{izStart}
|
||||||
</if>
|
</if>
|
||||||
<if test="finishTime != null and finishTime != ''">
|
<if test="finishTime != null and finishTime != ''">
|
||||||
,finish_time = #{finishTime}
|
,finish_time = #{finishTime}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue