@@ -196,6 +196,7 @@
and b.is_delete=0
and d.sale_status=1
and c.channel_id=#{channelId}
+ and c.shop_id=#{shopId}
GROUP BY a.sku_id
ORDER BY a.rec_time desc, a.order_item_id desc
</select>