修改未登录任务列表查询
This commit is contained in:
@ -22,7 +22,7 @@ type StoreTaskRewardsDao struct {
|
||||
// StoreTaskRewardsColumns defines and stores column names for the table store_task_rewards.
|
||||
type StoreTaskRewardsColumns struct {
|
||||
Id string // 任务奖励关联ID
|
||||
TaskId string // 门店任务ID
|
||||
TaskId string // 腾讯任务ID
|
||||
RewardId string // 奖励ID
|
||||
StoreId string // 门店ID
|
||||
CreatedAt string // 创建时间
|
||||
|
||||
@ -23,7 +23,7 @@ type UserTasksDao struct {
|
||||
type UserTasksColumns struct {
|
||||
Id string // 用户任务唯一标识符
|
||||
UserId string // 用户ID
|
||||
TaskId string // 任务ID
|
||||
TaskId string // 腾讯任务ID
|
||||
Status string // 任务状态:1=进行中,2=已完成中,3=未完成
|
||||
SerialNumber string // 流水号,确保用户任务唯一性
|
||||
CreatedAt string // 创建时间
|
||||
|
||||
Reference in New Issue
Block a user