feat: 在清除出库信息时清空 order_code 字段

dev_1.0.2
chenhao 2026-05-21 20:29:43 +08:00
parent ee84487fe0
commit 3584c72284
1 changed files with 1 additions and 1 deletions

View File

@ -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}