|
@@ -235,14 +235,14 @@ func DelManualIndexByCodeList(codeList []string) (err error) {
|
|
|
return
|
|
|
}
|
|
|
|
|
|
-// GetEdbinfoBySecNameList
|
|
|
+// GetEdbinfoListBySecNameList
|
|
|
// @Description: 根据指标名称获取列表数据
|
|
|
// @author: Roc
|
|
|
// @datetime 2024-07-30 19:14:25
|
|
|
// @param secNameList []string
|
|
|
// @return item []*Edbinfo
|
|
|
// @return err error
|
|
|
-func GetEdbinfoBySecNameList(secNameList []string) (item []*Edbinfo, err error) {
|
|
|
+func GetEdbinfoListBySecNameList(secNameList []string) (item []*Edbinfo, err error) {
|
|
|
num := len(secNameList)
|
|
|
if num <= 0 {
|
|
|
return
|