From a39a4b79176e4aec91dd18419bf6e8196765a406 Mon Sep 17 00:00:00 2001 From: gazebo Date: Mon, 26 Aug 2019 16:57:02 +0800 Subject: [PATCH] =?UTF-8?q?-=20UpdateStore=E4=B8=AD=E8=B0=83=E7=94=A8updat?= =?UTF-8?q?eCourierStores=E6=97=B6=E7=9A=84=E5=88=A4=E6=96=AD=E9=80=BB?= =?UTF-8?q?=E8=BE=91=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 8818fc4c6..64633514d 100644 --- a/business/jxstore/cms/store.go +++ b/business/jxstore/cms/store.go @@ -708,7 +708,7 @@ func UpdateStore(ctx *jxcontext.Context, storeID int, payload map[string]interfa if valid["tel1"] != nil { AddStoreBossByMoble(ctx, utils.Interface2String(valid["tel1"]), storeID) } - if syncStatus&model.SyncFlagStoreAddress != 0 && valid["tel1"] != nil || valid["payeeName"] != nil { + if syncStatus&model.SyncFlagStoreAddress != 0 || valid["tel1"] != nil || valid["payeeName"] != nil { updateCourierStores(ctx, storeID) } }