调整字段的装填从 1 开始

This commit is contained in:
2025-06-05 11:47:54 +08:00
parent 9d20953377
commit fdf5152bd2
6 changed files with 6 additions and 6 deletions

View File

@ -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 // 领取奖励时间