|
@@ -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
|