This commit is contained in:
苏尹岚
2020-12-23 14:23:26 +08:00
parent fd77a3703c
commit d48952079b
2 changed files with 2 additions and 2 deletions

View File

@@ -78,6 +78,7 @@ func PublishJob(ctx *jxcontext.Context, jobExt *model.JobExt) (errCode string, e
return errCode, fmt.Errorf("一件代发任务请输入商品价格!")
}
job.CashbackType = model.JobCashbackPrice
job.LimitCountType = model.JobLimitCountTypeNoLimit
default:
return errCode, fmt.Errorf("暂不支持的任务类型! %v", job.JobCategoryID)
}