|
@@ -163,7 +163,7 @@ public class LuckLotteryRecordServiceImpl implements LuckLotteryRecordService {
|
|
|
for (LuckLotteryRecordDO record : luckLotteryRecordList) {
|
|
|
|
|
|
list.add(LuckLotteryRecordConvert.INSTANCE.convertDetail(
|
|
|
- LuckLotteryRecordConvert.INSTANCE.convert2(record),
|
|
|
+ LuckLotteryRecordConvert.INSTANCE.convert(record),
|
|
|
luckLotteryService.detail(record.getLotteryId()),
|
|
|
luckPrizeService.detail(record.getPrizeId()),
|
|
|
user)
|
|
@@ -190,7 +190,7 @@ public class LuckLotteryRecordServiceImpl implements LuckLotteryRecordService {
|
|
|
for (LuckLotteryRecordDO record : pageResult.getList()) {
|
|
|
// 查询数据拼接对象
|
|
|
LuckLotteryRecordDetailRespVO resp = LuckLotteryRecordConvert.INSTANCE.convertDetail(
|
|
|
- LuckLotteryRecordConvert.INSTANCE.convert2(record),
|
|
|
+ LuckLotteryRecordConvert.INSTANCE.convert(record),
|
|
|
luckLotteryService.detail(record.getLotteryId()),
|
|
|
luckPrizeService.detail(record.getPrizeId()),
|
|
|
user.stream().filter(userInfo ->
|