商品下架
This commit is contained in:
@@ -949,7 +949,7 @@
|
|||||||
and tb.status = 1
|
and tb.status = 1
|
||||||
and tb.type_enum != 'group'
|
and tb.type_enum != 'group'
|
||||||
and sku.is_del = 0
|
and sku.is_del = 0
|
||||||
and sku.is_grounding = 1
|
and tb.is_grounding = 1
|
||||||
group by tb.id
|
group by tb.id
|
||||||
order by tb.sort asc
|
order by tb.sort asc
|
||||||
</select>
|
</select>
|
||||||
@@ -964,7 +964,7 @@
|
|||||||
and tb.shop_id = #{shopId}
|
and tb.shop_id = #{shopId}
|
||||||
and tb.status = 1
|
and tb.status = 1
|
||||||
and sku.is_del = 0
|
and sku.is_del = 0
|
||||||
and sku.is_grounding = 1
|
and tb.is_grounding = 1
|
||||||
and tb.type_enum != 'group'
|
and tb.type_enum != 'group'
|
||||||
group by tb.id
|
group by tb.id
|
||||||
order by tb.sort asc
|
order by tb.sort asc
|
||||||
|
|||||||
Reference in New Issue
Block a user