|
@@ -34,7 +34,7 @@ func (this *DataInitController) Base() {
|
|
|
fmt.Println("filePath:" + filePath)
|
|
|
services.InitBaseIndexData(filePath)
|
|
|
br.Ret = 200
|
|
|
- br.Msg = "保存成功"
|
|
|
+ br.Msg = "初始化成功"
|
|
|
}
|
|
|
|
|
|
// @Title 初始化联化工指标
|
|
@@ -59,7 +59,7 @@ func (this *DataInitController) MySteelChemical() {
|
|
|
fmt.Println("filePath:" + filePath)
|
|
|
services.InitMysteelChemicalIndex(filePath)
|
|
|
br.Ret = 200
|
|
|
- br.Msg = "保存成功"
|
|
|
+ br.Msg = "初始化成功"
|
|
|
}
|
|
|
|
|
|
// @Title 初始化钢联化工数据-由数据源批量初始化到指标库
|
|
@@ -84,7 +84,7 @@ func (this *DataInitController) MySteelChemicalBase() {
|
|
|
fmt.Println("filePath:" + filePath)
|
|
|
services.InitBaseIndexDataFromMysteel(filePath)
|
|
|
br.Ret = 200
|
|
|
- br.Msg = "保存成功"
|
|
|
+ br.Msg = "初始化成功"
|
|
|
}
|
|
|
|
|
|
// @Title 初始化有色指标到数据源
|
|
@@ -109,7 +109,7 @@ func (this *DataInitController) SmmToDataSource() {
|
|
|
fmt.Println("filePath:" + filePath)
|
|
|
services.InitSmmIndexToDataSource(filePath)
|
|
|
br.Ret = 200
|
|
|
- br.Msg = "保存成功"
|
|
|
+ br.Msg = "初始化成功"
|
|
|
}
|
|
|
|
|
|
// @Title 初始化有色指标-由数据源批量初始化到指标库
|
|
@@ -134,7 +134,7 @@ func (this *DataInitController) SmmToIndexLib() {
|
|
|
fmt.Println("filePath:" + filePath)
|
|
|
services.InitBaseIndexDataFromDataSourceSmm(filePath)
|
|
|
br.Ret = 200
|
|
|
- br.Msg = "保存成功"
|
|
|
+ br.Msg = "初始化成功"
|
|
|
}
|
|
|
|
|
|
// BaseJiaYue
|