From a500b2631be899c89e8165cebd76692222101d15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Wed, 21 Apr 2021 17:08:33 +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 36f578f35..7da751b00 100644 --- a/business/jxstore/cms/job.go +++ b/business/jxstore/cms/job.go @@ -75,7 +75,7 @@ func PublishJob(ctx *jxcontext.Context, jobExt *model.JobExt) (errCode string, e finishedAt = utils.Str2Time(jobExt.FinishedAtStr) job.FinishedAt = &finishedAt // 需根据任务类型做一些参数判断,比如门店商品链接,地址 - if job.JobCategoryID != model.JobCategoryIDUnion{ + if job.JobCategoryID != model.JobCategoryIDUnion { if job.AvgPrice == 0 { return errCode, fmt.Errorf("请输入单个任务奖励(保证)金额!") }