1、ebom-转pbom加转换时间
This commit is contained in:
parent
304db5e16c
commit
b61a4b8863
|
|
@ -210,7 +210,7 @@
|
||||||
</delete>
|
</delete>
|
||||||
|
|
||||||
<update id="updateStateBatchByRowIds">
|
<update id="updateStateBatchByRowIds">
|
||||||
update t_bom_new_ebom_parent set status=#{status} where row_id in
|
update t_bom_new_ebom_parent set status=#{status} , convert_to_ebom_time=now() where row_id in
|
||||||
<foreach collection="list" item="item" open="(" close=")" separator=",">
|
<foreach collection="list" item="item" open="(" close=")" separator=",">
|
||||||
#{item}
|
#{item}
|
||||||
</foreach>
|
</foreach>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue