From a5151fc73e19418dcda3325cf3ddcd9c27af129c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Tue, 10 Dec 2019 08:45:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=90=A5=E4=B8=9A=E8=8C=83?= =?UTF-8?q?=E5=9B=B4?= 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 0c19cea78..fb9de1213 100644 --- a/business/jxstore/cms/store.go +++ b/business/jxstore/cms/store.go @@ -764,7 +764,7 @@ func UpdateStore(ctx *jxcontext.Context, storeID int, payload map[string]interfa status = int(utils.Interface2Int64WithDefault(valid["status"], 0)) if status == model.StoreStatusDisabled { valid["deliveryRangeType"] = model.DeliveryRangeTypeRadius - valid["deliveryRange"] = 1 + valid["deliveryRange"] = "1" } } else { status = store.Status