geocode inc err
This commit is contained in:
@ -259,12 +259,12 @@ class GpsTracksModels {
|
||||
WHERE
|
||||
latitude is not null
|
||||
AND longitude is not null
|
||||
AND stts_reverse_geo = ?
|
||||
AND stts_reverse_geo in (2,3)
|
||||
and action = 'location'
|
||||
ORDER BY id ASC
|
||||
LIMIT ?
|
||||
`
|
||||
params.push(GpsTracksModels.STTS_REVERSE_GEO_NOT, limit)
|
||||
params.push(limit)
|
||||
db.query(query, params, function (err, resp) {
|
||||
if (err) {
|
||||
reject(err)
|
||||
|
||||
Reference in New Issue
Block a user