From df8452f7de1671aafb149eb12d8b4458c04cf7cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Thu, 10 Dec 2020 09:32:20 +0800 Subject: [PATCH] aa --- business/jxstore/cms/job.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/business/jxstore/cms/job.go b/business/jxstore/cms/job.go index c80e0436a..6bbe0704d 100644 --- a/business/jxstore/cms/job.go +++ b/business/jxstore/cms/job.go @@ -61,7 +61,7 @@ func PublishJob(ctx *jxcontext.Context, jobExt *model.JobExt) (errCode string, e // 需根据任务类型做一些参数判断,比如门店商品链接,地址 switch job.JobCategoryID { case model.JobCategoryIDwmtg: - if job.StoreURL == "" || job.Address == "" { + if job.Address == "" { return errCode, fmt.Errorf("外卖推广任务请输入门店信息!") } default: