From eb52516baa4ff69db1eeb7ecc681165aecd65233 Mon Sep 17 00:00:00 2001 From: WenG <450292408@qq.com> Date: Wed, 4 Nov 2020 20:16:45 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=80=E5=90=AF=E7=BC=93=E5=AD=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/mybatis/mapper/grid-mapper.xml | 24 ++++++++++--------- .../templates/baidu/update-grid.html | 14 ----------- 2 files changed, 13 insertions(+), 25 deletions(-) delete mode 100644 cloud-common-plugin-map/src/main/resources/templates/baidu/update-grid.html diff --git a/cloud-common-plugin-map/src/main/resources/mybatis/mapper/grid-mapper.xml b/cloud-common-plugin-map/src/main/resources/mybatis/mapper/grid-mapper.xml index 9377481..103c14c 100644 --- a/cloud-common-plugin-map/src/main/resources/mybatis/mapper/grid-mapper.xml +++ b/cloud-common-plugin-map/src/main/resources/mybatis/mapper/grid-mapper.xml @@ -2,6 +2,8 @@ + + @@ -21,7 +23,7 @@ - + INSERT INTO map_grid( grid_id, grid_name, @@ -44,7 +46,7 @@ - + INSERT INTO map_grid_relation( grid_id, relation_id @@ -55,7 +57,7 @@ - + DELETE FROM map_grid WHERE @@ -71,7 +73,7 @@ - + DELETE FROM map_grid_point WHERE @@ -87,7 +89,7 @@ - + DELETE FROM map_grid_relation WHERE @@ -106,7 +108,7 @@ - + INSERT INTO map_grid_point( grid_id, lng, @@ -119,7 +121,7 @@ - SELECT relation_id, grid_id @@ -152,7 +154,7 @@ - SELECT t1.grid_id, t1.fill_color, @@ -170,7 +172,7 @@ t2.relation_id = #{_parameter} - SELECT t1.grid_id, t1.fill_color, @@ -192,7 +194,7 @@ - SELECT grid_id, lng, @@ -204,7 +206,7 @@ - SELECT grid_id, lng, diff --git a/cloud-common-plugin-map/src/main/resources/templates/baidu/update-grid.html b/cloud-common-plugin-map/src/main/resources/templates/baidu/update-grid.html deleted file mode 100644 index c2bfcb5..0000000 --- a/cloud-common-plugin-map/src/main/resources/templates/baidu/update-grid.html +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - \ No newline at end of file