From 59cbdd8d4d1e2e63abbee357a303ad13cff89703 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Thu, 10 Dec 2020 09:39:24 +0800 Subject: [PATCH] aa --- business/model/dao/dao_job.go | 1 + 1 file changed, 1 insertion(+) diff --git a/business/model/dao/dao_job.go b/business/model/dao/dao_job.go index a7aa780e6..f13931e86 100644 --- a/business/model/dao/dao_job.go +++ b/business/model/dao/dao_job.go @@ -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++ {