|
@@ -125,6 +125,7 @@ public class RoleGiftRecordServiceImpl extends ServiceImpl<RoleGiftRecordMapper,
|
|
|
.in(CollectionUtils.isNotEmpty(gameGiftIdList), RoleGiftRecord::getSendGiftId, gameGiftIdList)
|
|
|
.ge(null != param.getStartDateTime(), RoleGiftRecord::getSendTime, param.getStartDateTime())
|
|
|
.le(null != param.getEndDateTime(), RoleGiftRecord::getSendTime, param.getEndDateTime())
|
|
|
+ .eq(RoleGiftRecord::getIsDelete, 0)
|
|
|
.orderByDesc(RoleGiftRecord::getSendTime))
|
|
|
.convert(item -> RoleGiftRecordListVO.builder()
|
|
|
.id(item.getId())
|