@ -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}
<!-- 获取仓库列表 -->