斋月礼物送抽奖进度处理
This commit is contained in:
parent
3e41572b18
commit
4e280b0613
@ -692,7 +692,7 @@ public class GiftCountStrategy implements GiftStrategy {
|
|||||||
|
|
||||||
log.info("Spins送礼物任务, userId={}, giftCount={}", userId, giftCount);
|
log.info("Spins送礼物任务, userId={}, giftCount={}", userId, giftCount);
|
||||||
|
|
||||||
List<Long> giftIds = List.of(2008386103976968193L, 1995470109066625026L, 1991071998523138049L);
|
List<Long> giftIds = List.of(2021143288035151874L, 2021143695524880386L, 2021144364461330433L);
|
||||||
if (runningWater.getGiftId() != null && giftIds.contains(runningWater.getGiftId())) {
|
if (runningWater.getGiftId() != null && giftIds.contains(runningWater.getGiftId())) {
|
||||||
// 处理送出5个礼物任务
|
// 处理送出5个礼物任务
|
||||||
spinsUserTaskProgressService.updateTaskProgress(
|
spinsUserTaskProgressService.updateTaskProgress(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user