修改未登录任务列表查询
This commit is contained in:
@ -13,7 +13,7 @@ import (
|
||||
type StoreTaskRewards struct {
|
||||
g.Meta `orm:"table:store_task_rewards, do:true"`
|
||||
Id interface{} // 任务奖励关联ID
|
||||
TaskId interface{} // 门店任务ID
|
||||
TaskId interface{} // 腾讯任务ID
|
||||
RewardId interface{} // 奖励ID
|
||||
StoreId interface{} // 门店ID
|
||||
CreatedAt *gtime.Time // 创建时间
|
||||
|
||||
@ -14,7 +14,7 @@ type UserTasks struct {
|
||||
g.Meta `orm:"table:user_tasks, do:true"`
|
||||
Id interface{} // 用户任务唯一标识符
|
||||
UserId interface{} // 用户ID
|
||||
TaskId interface{} // 任务ID
|
||||
TaskId interface{} // 腾讯任务ID
|
||||
Status interface{} // 任务状态:1=进行中,2=已完成中,3=未完成
|
||||
SerialNumber interface{} // 流水号,确保用户任务唯一性
|
||||
CreatedAt *gtime.Time // 创建时间
|
||||
|
||||
Reference in New Issue
Block a user