1.查询规格接口同步返回是否售罄

This commit is contained in:
2024-08-23 17:39:12 +08:00
parent f16090f04e
commit 1b1fe06844

View File

@@ -403,7 +403,7 @@
FROM
tb_product_sku
WHERE
product_id = #{productId}
product_id = #{productId} and is_del=0
</select>
<select id="selectSale" resultType="com.chaozhanggui.system.cashierservice.entity.vo.HomeVO">
SELECT