release: 赋予积分抽奖 默认task_id

release-2024-04-25
huangyw 1 month ago
parent 18e5efed16
commit 572c38d787

@ -241,6 +241,7 @@ public class UserPointLogService {
.description(LOTTERY_POINTS_TYPE) .description(LOTTERY_POINTS_TYPE)
.userId(drawDTO.getUserId()) .userId(drawDTO.getUserId())
.score(drawDTO.getScore()) .score(drawDTO.getScore())
.taskPointId(drawDTO.getTaskPointId())
.build(); .build();
userPointLogDao.save(userPointLog); userPointLogDao.save(userPointLog);

Loading…
Cancel
Save