|
@@ -154,6 +154,12 @@ func GetAiPredictChartDetailByData(indexItem *aiPredictModel.AiPredictModelIndex
|
|
chartView.ChartNameEn = chartInfo.ChartNameEn
|
|
chartView.ChartNameEn = chartInfo.ChartNameEn
|
|
chartView.Source = chartInfo.Source
|
|
chartView.Source = chartInfo.Source
|
|
chartView.ChartImage = chartInfo.ChartImage
|
|
chartView.ChartImage = chartInfo.ChartImage
|
|
|
|
+ chartView.HaveOperaAuth = true
|
|
|
|
+ chartView.UniqueCode = chartInfo.UniqueCode
|
|
|
|
+ chartView.ChartSource = "AI预测模型"
|
|
|
|
+ chartView.ChartSourceEn = "AI预测模型"
|
|
|
|
+ chartView.SysUserId = chartInfo.SysUserId
|
|
|
|
+ chartView.SysUserRealName = chartInfo.SysUserRealName
|
|
} else {
|
|
} else {
|
|
chartView.ChartName = indexItem.IndexName
|
|
chartView.ChartName = indexItem.IndexName
|
|
chartView.ChartNameEn = indexItem.IndexName
|
|
chartView.ChartNameEn = indexItem.IndexName
|