|
@@ -36,11 +36,12 @@ func (c *DataInitController) InitEdbRelation() {
|
|
|
br.Msg = `系统处理中,请稍后重试!`
|
|
|
return
|
|
|
}
|
|
|
- services.InitChartEdbRelation()
|
|
|
+ /*services.InitChartEdbRelation()
|
|
|
services.InitChartCrossVariety()
|
|
|
services.InitCalendarIndicatorRelation()
|
|
|
services.InitSandBoxEdbRelation()
|
|
|
- services.InitExcelEdbRelation()
|
|
|
+ services.InitExcelEdbRelation()*/
|
|
|
+ services.InitPredictEdbRelation()
|
|
|
|
|
|
br.Ret = 200
|
|
|
br.Success = true
|