feat: 在清除出库信息时清空 order_code 字段
parent
ee84487fe0
commit
3584c72284
|
|
@ -201,7 +201,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||||
</update>
|
</update>
|
||||||
<update id="clearOutInfo">
|
<update id="clearOutInfo">
|
||||||
update oms_inventory_info
|
update oms_inventory_info
|
||||||
set inventory_status = 0,outer_code=null
|
set inventory_status = 0,outer_code=null,order_code=null
|
||||||
where id in
|
where id in
|
||||||
<foreach item="id" collection="list" separator="," open="(" close=")">
|
<foreach item="id" collection="list" separator="," open="(" close=")">
|
||||||
#{id}
|
#{id}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue