新增排行榜用户昵称,

This commit is contained in:
chy
2025-07-10 09:25:59 +08:00
parent be48a2e80d
commit 413decab8f
3 changed files with 4 additions and 3 deletions

View File

@ -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 {