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