|
@@ -454,7 +454,7 @@ func (this *ReportController) ArticleCategoryList() {
|
|
|
|
|
|
//时间线
|
|
//时间线
|
|
timeLineItem := models.IndustrialToArticleCategoryRep{
|
|
timeLineItem := models.IndustrialToArticleCategoryRep{
|
|
- CategoryId: 999,
|
|
|
|
|
|
+ CategoryId: 99999,
|
|
MatchTypeName: "时间线",
|
|
MatchTypeName: "时间线",
|
|
}
|
|
}
|
|
list = append(list, &timeLineItem)
|
|
list = append(list, &timeLineItem)
|
|
@@ -521,7 +521,7 @@ func (this *ReportController) List() {
|
|
br.Msg = "请输入产业ID"
|
|
br.Msg = "请输入产业ID"
|
|
return
|
|
return
|
|
}
|
|
}
|
|
- if categoryId != 999 {
|
|
|
|
|
|
+ if categoryId != 99999 {
|
|
resp := new(models.TacticsListResp)
|
|
resp := new(models.TacticsListResp)
|
|
//获取该产业下所对应的行业图片
|
|
//获取该产业下所对应的行业图片
|
|
detail, errCategory := models.GetdetailByCategoryIdOne(categoryId)
|
|
detail, errCategory := models.GetdetailByCategoryIdOne(categoryId)
|