修改未登录任务列表查询

This commit is contained in:
chy
2025-06-19 09:40:11 +08:00
parent 3c18686bf9
commit fc95fe5cfd
9 changed files with 50 additions and 17 deletions

View File

@ -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 // 创建时间

View File

@ -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 // 创建时间