Browse Source

#2967

fix bug
pull/2975/head
chenyifan01 2 years ago
parent
commit
beeaab7618
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      services/task/task.go

+ 1
- 1
services/task/task.go View File

@@ -131,7 +131,7 @@ func accomplish(action models.Action, taskType models.TaskType) error {
Type: models.GetRewardTypeInstance(config.AwardType),
},
TargetUserId: userId,
RequestId: fmt.Sprint(action.ID),
RequestId: fmt.Sprintf("%d_%d", action.ID, userId),
OperateType: models.OperateTypeIncrease,
RejectPolicy: models.FillUp,
})


Loading…
Cancel
Save