新增排行榜用户昵称,
This commit is contained in:
@ -654,8 +654,8 @@ func (s *sReward) GetLift(ctx context.Context, in *model.GetRewardIn) (out *mode
|
||||
if count == 1 {
|
||||
// 修改任务记录状态2
|
||||
_, err = dao.UserTasks.Ctx(ctx).Where(do.UserTasks{Id: in.UserTaskId}).Data(do.UserTasks{
|
||||
Status: 2,
|
||||
CompletedAt: gtime.Now(),
|
||||
Status: 2,
|
||||
//CompletedAt: gtime.Now(),
|
||||
}).Update()
|
||||
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user