|
|
@ -292,7 +292,7 @@ |
|
|
AND roll_no = #{rollNo,jdbcType=VARCHAR} |
|
|
AND roll_no = #{rollNo,jdbcType=VARCHAR} |
|
|
</update> |
|
|
</update> |
|
|
<update id="freezeStatusInventoryStock"> |
|
|
<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> |
|
|
</update> |
|
|
|
|
|
|
|
|
<!-- 获取仓库列表 --> |
|
|
<!-- 获取仓库列表 --> |
|
|
|