1.查询规格接口同步返回是否售罄
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user