Jelajahi Sumber

抽奖订单数据查询

yuhongqi 1 hari lalu
induk
melakukan
3c08c3c438

+ 1 - 2
fs-service-system/src/main/resources/mapper/live/LiveLotteryProductConfMapper.xml

@@ -132,8 +132,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
         select llpc.lottery_id,llpc.live_id,llpc.product_id,llpc.prize_level,llpc.per_lottery_num,llpc.total_lots,
                fs.image as img_url,fs.product_name,fs.price,fs.ot_price,fs.sales,fs.stock
                from live_lottery_product_conf llpc
-            left join live_goods lg on lg.goods_id = llpc.product_id
-            left join fs_store_product fs on fs.product_id = lg.product_id
+            left join fs_store_product fs on fs.product_id = llpc.product_id
             where llpc.lottery_id in
             <foreach item="id" collection="lotteryIds" separator="," open="(" close=")">
                 #{id}