This commit is contained in:
苏尹岚
2020-12-10 09:39:24 +08:00
parent df8452f7de
commit 59cbdd8d4d

View File

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