wangming 2 semanas atrás
pai
commit
df5eaf33f4

+ 1 - 0
yami-shop-service/src/main/resources/mapper/SkuMapper.xml

@@ -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>