|
func GetEdbDataList(source, subSource, edbInfoId int, startDate, endDate string) (list []*EdbDataList, err error) {
|
|
func GetEdbDataList(source, subSource, edbInfoId int, startDate, endDate string) (list []*EdbDataList, err error) {
|
|
return getEdbDataListByMongo(source, subSource, edbInfoId, startDate, endDate)
|
|
return getEdbDataListByMongo(source, subSource, edbInfoId, startDate, endDate)
|