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