From ae057cecf2f01ac011dd172b7545a475fe763494 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, 26 Mar 2020 10:47:59 +0800 Subject: [PATCH] =?UTF-8?q?=E9=93=B6=E8=B1=B9=E7=BB=91=E5=AE=9A=E5=B9=B3?= =?UTF-8?q?=E5=8F=B0=E5=88=A4=E6=96=AD=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- business/jxstore/cms/store.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/business/jxstore/cms/store.go b/business/jxstore/cms/store.go index 2a5f0a965..ce4ea83e4 100644 --- a/business/jxstore/cms/store.go +++ b/business/jxstore/cms/store.go @@ -2931,7 +2931,7 @@ func checkYbParams(db *dao.DaoDB, storeMap *model.StoreMap, storeID int) (err er break } } - if flag { + if !flag { return fmt.Errorf("未在平台上找到该门店,请确保京西门店名和银豹门店名相同!") } }