aa
This commit is contained in:
@@ -433,7 +433,7 @@ func GetStationInfoList(db *DaoDB, stationName string, cityCode int, lat, lng fl
|
|||||||
distanceFlag bool
|
distanceFlag bool
|
||||||
sqlParams = []interface{}{}
|
sqlParams = []interface{}{}
|
||||||
)
|
)
|
||||||
if lng != 0 && lat != 0 && (sortType == 1 || sortType == -1) {
|
if lng != 0 && lat != 0 {
|
||||||
distanceFlag = true
|
distanceFlag = true
|
||||||
}
|
}
|
||||||
sql := `
|
sql := `
|
||||||
|
|||||||
Reference in New Issue
Block a user