|
|
@@ -71,6 +71,6 @@ public interface LiveUserLotteryRecordMapper {
|
|
|
" 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" +
|
|
|
- " where lulr.user_id = #{userId}")
|
|
|
+ " where lulr.user_id = #{userId} order by lulr.created_time desc")
|
|
|
List<LiveUserLotteryRecordVo> selectLiveUserLotteryRecordByUserId(@Param("userId") long userId);
|
|
|
}
|