周任务抽奖

This commit is contained in:
2025-01-13 16:29:16 +08:00
parent e9807855b5
commit 53c5bd3fb8
3 changed files with 5 additions and 4 deletions

View File

@@ -218,7 +218,7 @@ public class DiscSpinningController {
centerRecord.setTaskId(Long.valueOf(entry.getKey()));
if (source.equals(2)) {
sourceId = Long.valueOf(entry.getKey());
centerRecord.setSourceId(Long.getLong(entry.getKey()));
centerRecord.setSourceId(sourceId);
}
centerRecord.setName(source.equals(2) ? "周任务奖励" : "月任务奖励");
centerRecord.setType(9);