|
|
@@ -69,8 +69,8 @@ public interface LiveUserLotteryRecordMapper {
|
|
|
|
|
|
@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 fsp on lg.product_id = fsp.product_id\n" +
|
|
|
+ " " +
|
|
|
+ " left join fs_store_product fsp on lulr.product_id = fsp.product_id\n" +
|
|
|
" where lulr.user_id = #{userId} order by lulr.created_time desc")
|
|
|
List<LiveUserLotteryRecordVo> selectLiveUserLotteryRecordByUserId(@Param("userId") long userId);
|
|
|
}
|