|
@@ -214,7 +214,7 @@ func (this *ArticleController) Detail() {
|
|
|
br.ErrMsg = "获取销售数据失败,Err:" + err.Error() + strconv.Itoa(uid) + ";articleId" + strconv.Itoa(articleId)
|
|
|
return
|
|
|
}
|
|
|
- if detail.ArticleId > 1000000 {
|
|
|
+ if detail.ArticleId >= 1000000 {
|
|
|
var hrefRegexp = regexp.MustCompile("[0-9]\\d*")
|
|
|
match := hrefRegexp.FindAllString(detail.SellerAndMobile, -1)
|
|
|
if match != nil {
|