a
This commit is contained in:
@@ -66,6 +66,7 @@ func PublishJob(ctx *jxcontext.Context, jobExt *model.JobExt) (errCode string, e
|
||||
if job.Address == "" {
|
||||
return errCode, fmt.Errorf("外卖推广任务请输入门店地址!")
|
||||
}
|
||||
case model.JobCategoryIDOther:
|
||||
default:
|
||||
return errCode, fmt.Errorf("暂不支持的任务类型! %v", job.JobCategoryID)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user