Browse Source

no message

xingzai 1 year ago
parent
commit
1256cc7999
1 changed files with 1 additions and 1 deletions
  1. 1 1
      controllers/report.go

+ 1 - 1
controllers/report.go

@@ -104,7 +104,7 @@ func (this *MobileReportController) TradeList() {
 		}
 		//加了一个需求,现有数据结构不支持,手动添加  2023-06-12
 		if ChartPermissionId == utils.KE_JI_ID {
-			list = append(list, &models.TradeReportMapping{MatchTypeName: "AI前沿", CategoryId: 62})
+			list = append(list, &models.TradeReportMapping{MatchTypeName: "AI前沿", CategoryId: utils.ACTEGORY_ID_AI_QY})
 		}
 	}