|
@@ -3,7 +3,6 @@ package edb_data
|
|
import (
|
|
import (
|
|
"errors"
|
|
"errors"
|
|
"fmt"
|
|
"fmt"
|
|
- "go.mongodb.org/mongo-driver/bson"
|
|
|
|
"hongze/hongze_yb/global"
|
|
"hongze/hongze_yb/global"
|
|
"hongze/hongze_yb/models/mgo"
|
|
"hongze/hongze_yb/models/mgo"
|
|
"hongze/hongze_yb/models/tables/chart_edb_mapping"
|
|
"hongze/hongze_yb/models/tables/chart_edb_mapping"
|
|
@@ -11,6 +10,8 @@ import (
|
|
"hongze/hongze_yb/utils"
|
|
"hongze/hongze_yb/utils"
|
|
"strconv"
|
|
"strconv"
|
|
"time"
|
|
"time"
|
|
|
|
+
|
|
|
|
+ "go.mongodb.org/mongo-driver/bson"
|
|
)
|
|
)
|
|
|
|
|
|
// GetEdbDataTableName 指标数据->存储表
|
|
// GetEdbDataTableName 指标数据->存储表
|
|
@@ -390,8 +391,6 @@ func getThsHfEdbDataListByMongo(source, subSource, edbInfoId int, startDate, end
|
|
|
|
|
|
return
|
|
return
|
|
}
|
|
}
|
|
-
|
|
|
|
-
|
|
|
|
// 自定义同期均线
|
|
// 自定义同期均线
|
|
type SamePeriodAverageResp struct {
|
|
type SamePeriodAverageResp struct {
|
|
Color string `description:"颜色"`
|
|
Color string `description:"颜色"`
|