商品下架

This commit is contained in:
2024-11-11 14:40:25 +08:00
parent 5f76f1da2c
commit f0c81ca2d2

View File

@@ -949,7 +949,7 @@
and tb.status = 1
and tb.type_enum != 'group'
and sku.is_del = 0
and sku.is_grounding = 1
and tb.is_grounding = 1
group by tb.id
order by tb.sort asc
</select>
@@ -964,7 +964,7 @@
and tb.shop_id = #{shopId}
and tb.status = 1
and sku.is_del = 0
and sku.is_grounding = 1
and tb.is_grounding = 1
and tb.type_enum != 'group'
group by tb.id
order by tb.sort asc