赵宏斌 3 months ago
parent
commit
8b08425ea9
  1. 2
      src/main/resources/mapper/wms/WmsPrintMapper.xml

2
src/main/resources/mapper/wms/WmsPrintMapper.xml

@ -292,7 +292,7 @@
AND roll_no = #{rollNo,jdbcType=VARCHAR}
</update>
<update id="freezeStatusInventoryStock">
update inventory_stock set status = '冻结' where site = #{site} and bu_no = #{buNo} and roll_no = #{rollNo}
update inventory_stock set status = '冻结',status_tb = 'F' where site = #{site} and bu_no = #{buNo} and roll_no = #{rollNo}
</update>
<!-- 获取仓库列表 -->

Loading…
Cancel
Save