From c707c55fa0f8057a17ea8833d03789770341a36e Mon Sep 17 00:00:00 2001 From: gazebo Date: Thu, 25 Jul 2019 15:04:25 +0800 Subject: [PATCH] - IsLegalStoreID --- business/jxutils/jxutils_cms.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/business/jxutils/jxutils_cms.go b/business/jxutils/jxutils_cms.go index 28c83832e..fe03ae7a1 100644 --- a/business/jxutils/jxutils_cms.go +++ b/business/jxutils/jxutils_cms.go @@ -350,7 +350,7 @@ func IsStringLikeMobile(mobile string) bool { } func IsLegalStoreID(id int) bool { - return id >= 100000 && id < 200000 + return id >= 100000 && id < 900000 } // 将规格转为重量