From 0bb42973ba9764decd44963d84cb0022138c5d21 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:57:25 +0800 Subject: [PATCH] aa --- business/model/dao/dao_job.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/business/model/dao/dao_job.go b/business/model/dao/dao_job.go index addcc1344..9c532ef46 100644 --- a/business/model/dao/dao_job.go +++ b/business/model/dao/dao_job.go @@ -483,10 +483,8 @@ func GetStationInfoList(db *DaoDB, stationName string, cityCode int, lat, lng fl for _, v := range stations { var oilInfo []*model.OilInfo json.Unmarshal([]byte(strings.ReplaceAll(v.Prices, "\\", "")), &oilInfo) - // utils.Map2StructByJson(strings.ReplaceAll(v.Prices, "\\", ""), &oilInfo, false) v.OilInfo = oilInfo } - fmt.Println("11111111111111111111111111111111111111111", utils.Format4Output(stations, false)) if math.Abs(utils.Int2Float64(sortType)) == 3 { if oilCode != "" { for i := 0; i < len(stations); i++ {