ziwen 2 سال پیش
والد
کامیت
071904cb87
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      controllers/report.go

+ 2 - 2
controllers/report.go

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