修改耗材

This commit is contained in:
韩鹏辉
2024-07-05 16:00:27 +08:00
parent 33a9b969d0
commit c8ebe7fcfb
4 changed files with 38 additions and 45 deletions

View File

@@ -136,6 +136,7 @@
</select>
<select id="selectByShopIdAndSkuIdAndProductId" resultMap="BaseResultMap">
select * from tb_prosku_con where product_sku_id=#{skuId} and shop_id=#{shopId} and product_id=#{productId} and status=1
</select>
</select>
</mapper>