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 } // 将规格转为重量