|
|
@@ -105,7 +105,7 @@ public interface LiveLotteryConfMapper {
|
|
|
@Select("select lulr.*,fu.nickname as user_name,fsp.product_name as product_name\n" +
|
|
|
" from live_user_lottery_record lulr left join fs_user fu on lulr.user_id = fu.user_id\n" +
|
|
|
" left join live_goods lg on lulr.product_id = lg.goods_id\n" +
|
|
|
- " left join fs_store_product_scrm fsp on lg.product_id = fsp.product_id\n" +
|
|
|
+ " left join fs_store_product_scrm fsp on lulr.product_id = fsp.product_id\n" +
|
|
|
" where lulr.user_id = #{userId}")
|
|
|
List<LiveUserLotteryRecordVo> selectLiveUserLotteryRecordByUserId(long userId);
|
|
|
}
|