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