Commit 50f29173 authored by tangwei's avatar tangwei

修改集结点经纬度

parent 6a57b46d
......@@ -387,8 +387,8 @@ FROM
(
SELECT
address AS location,
coordinate_x AS latitude,
coordinate_y AS longitude
coordinate_x AS longitude,
coordinate_y AS latitude
FROM
jc_alert_called
WHERE
......@@ -396,8 +396,8 @@ FROM
) UNION all (
SELECT
address_desc AS location,
latitude,
longitude
longitude,
latitude
FROM
cb_key_site
WHERE
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment