Browse Source

Merge branch 'cygx_9.0' of http://8.136.199.33:3000/hongze/hongze_cygx into debug

xingzai 2 years ago
parent
commit
e5d16bc7cf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      services/article.go

+ 1 - 1
services/article.go

@@ -1733,7 +1733,7 @@ func HandleArticleCategoryImg(list []*models.HomeArticle) (items []*models.HomeA
 			list[k].ImgUrlPc = mapCategoryUrl[v.CategoryId]
 		}
 		//ArticleResponse     int                  `description:"报告类型 0:啥也不是,1研选报告,2:研选纪要,3:研选沙龙,4;研选观点"`
-		if list[k].ArticleId < utils.SummaryArticleId {
+		if list[k].ArticleId >= utils.SummaryArticleId {
 			list[k].HttpUrl = utils.StrategyPlatform + strconv.Itoa(v.ArticleId)
 			list[k].IsNeedJump = true
 			if v.IsReport == 1 {