1、ebom-转pbom加转换时间
This commit is contained in:
parent
304db5e16c
commit
b61a4b8863
|
|
@ -210,7 +210,7 @@
|
|||
</delete>
|
||||
|
||||
<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=",">
|
||||
#{item}
|
||||
</foreach>
|
||||
|
|
|
|||
Loading…
Reference in New Issue