1.查询规格接口同步返回是否售罄
This commit is contained in:
@@ -403,7 +403,7 @@
|
|||||||
FROM
|
FROM
|
||||||
tb_product_sku
|
tb_product_sku
|
||||||
WHERE
|
WHERE
|
||||||
product_id = #{productId}
|
product_id = #{productId} and is_del=0
|
||||||
</select>
|
</select>
|
||||||
<select id="selectSale" resultType="com.chaozhanggui.system.cashierservice.entity.vo.HomeVO">
|
<select id="selectSale" resultType="com.chaozhanggui.system.cashierservice.entity.vo.HomeVO">
|
||||||
SELECT
|
SELECT
|
||||||
|
|||||||
Reference in New Issue
Block a user