Browse Source

no message

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

+ 3 - 3
controllers/report.go

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