瀏覽代碼

抽奖订单数据查询

yuhongqi 1 天之前
父節點
當前提交
3c08c3c438
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. 1 2
      fs-service-system/src/main/resources/mapper/live/LiveLotteryProductConfMapper.xml

+ 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}