调整字段的装填从 1 开始
This commit is contained in:
@ -15,7 +15,7 @@ type UserTaskRecords struct {
|
||||
Id interface{} // 任务记录ID
|
||||
UserId interface{} // 用户ID
|
||||
TaskId interface{} // 任务ID
|
||||
Status interface{} // 任务状态:0=未开始,1=进行中,2=已完成,3=已领取奖励
|
||||
Status interface{} // 任务状态:1=未开始,2=进行中,3=已完成,4=已领取奖励
|
||||
Progress interface{} // 任务进度
|
||||
FinishedAt *gtime.Time // 完成时间
|
||||
RewardReceivedAt *gtime.Time // 领取奖励时间
|
||||
|
||||
Reference in New Issue
Block a user