xingzai 5 mēneši atpakaļ
vecāks
revīzija
4a61672376
1 mainītis faili ar 11 papildinājumiem un 11 dzēšanām
  1. 11 11
      services/article.go

+ 11 - 11
services/article.go

@@ -943,17 +943,17 @@ func HandleArticleListByApi(artcleId int) (err error) {
 		item.SubCategoryName = articleResult.Series.Name
 		item.Cover = cover
 
-		{
-			//这两种情况特殊处理
-			if articleResult.Field.Name == "宏观利率" {
-				item.CategoryId = 10070
-				item.CategoryIdTwo = item.CategoryId
-			}
-			if articleResult.Field.Name == "信用" {
-				item.CategoryId = 10082
-				item.CategoryIdTwo = item.CategoryId
-			}
-		}
+		//{
+		//	//这两种情况特殊处理
+		//	if articleResult.Field.Name == "宏观利率" {
+		//		item.CategoryId = 10070
+		//		item.CategoryIdTwo = item.CategoryId
+		//	}
+		//	if articleResult.Field.Name == "信用" {
+		//		item.CategoryId = 10082
+		//		item.CategoryIdTwo = item.CategoryId
+		//	}
+		//}
 
 		if len(articleResult.Stock) > 0 {
 			var stock string