Commit 50f29173 authored by tangwei's avatar tangwei

修改集结点经纬度

parent 6a57b46d
...@@ -387,8 +387,8 @@ FROM ...@@ -387,8 +387,8 @@ FROM
( (
SELECT SELECT
address AS location, address AS location,
coordinate_x AS latitude, coordinate_x AS longitude,
coordinate_y AS longitude coordinate_y AS latitude
FROM FROM
jc_alert_called jc_alert_called
WHERE WHERE
...@@ -396,8 +396,8 @@ FROM ...@@ -396,8 +396,8 @@ FROM
) UNION all ( ) UNION all (
SELECT SELECT
address_desc AS location, address_desc AS location,
latitude, longitude,
longitude latitude
FROM FROM
cb_key_site cb_key_site
WHERE 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