aa
This commit is contained in:
@@ -482,6 +482,7 @@ func GetStationInfoList(db *DaoDB, stationName string, cityCode int, lat, lng fl
|
|||||||
for _, v := range stations {
|
for _, v := range stations {
|
||||||
utils.Map2StructByJson(v.Prices, &v.OilInfo, false)
|
utils.Map2StructByJson(v.Prices, &v.OilInfo, false)
|
||||||
}
|
}
|
||||||
|
fmt.Println("11111111111111111111111111111111111111111", utils.Format4Output(stations, false))
|
||||||
if math.Abs(utils.Int2Float64(sortType)) == 3 {
|
if math.Abs(utils.Int2Float64(sortType)) == 3 {
|
||||||
if oilCode != "" {
|
if oilCode != "" {
|
||||||
for i := 0; i < len(stations); i++ {
|
for i := 0; i < len(stations); i++ {
|
||||||
|
|||||||
Reference in New Issue
Block a user