修改耗材库存

This commit is contained in:
韩鹏辉
2024-06-28 17:59:41 +08:00
parent fad761b63c
commit 4e27eb87b5
7 changed files with 86 additions and 41 deletions

View File

@@ -119,7 +119,7 @@
<select id="selectBySkuIdAndShopId" resultMap="BaseResultMap">
select * from tb_prosku_con where product_sku_id=#{shopId} and shop_id=#{shopId} and status=1
select * from tb_prosku_con where product_sku_id=#{skuId} and shop_id=#{shopId} and status=1
</select>
<select id="selectIdBySkuIdAndShopId" resultType="java.lang.Integer">