From f57900fdfdd0f20cd6851b0deee1d95ebc215103 Mon Sep 17 00:00:00 2001 From: gongbiao Date: Mon, 15 Jul 2019 14:47:30 +0800 Subject: [PATCH] =?UTF-8?q?[sql][=E4=BF=AE=E6=94=B9][=E4=B8=BAwx=5Fshop?= =?UTF-8?q?=E8=A1=A8=E6=B7=BB=E5=8A=A0=E7=B4=A2=E5=BC=95]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/db/migration/V201907151441__G_ALTER_SHOP.sql | 1 + mallinkService/src/main/resources/mapper/WxShopMapper.xml | 7 ++----- 2 files changed, 3 insertions(+), 5 deletions(-) create mode 100644 mallinkAdmin/src/main/resources/db/migration/V201907151441__G_ALTER_SHOP.sql diff --git a/mallinkAdmin/src/main/resources/db/migration/V201907151441__G_ALTER_SHOP.sql b/mallinkAdmin/src/main/resources/db/migration/V201907151441__G_ALTER_SHOP.sql new file mode 100644 index 000000000..6f9726f4c --- /dev/null +++ b/mallinkAdmin/src/main/resources/db/migration/V201907151441__G_ALTER_SHOP.sql @@ -0,0 +1 @@ +alter table wx_shop add index t_i_t_s_b_f_c(tenant_id,is_del,type,status,building,floor,create_date); diff --git a/mallinkService/src/main/resources/mapper/WxShopMapper.xml b/mallinkService/src/main/resources/mapper/WxShopMapper.xml index 3646ffe76..9a254b3f2 100644 --- a/mallinkService/src/main/resources/mapper/WxShopMapper.xml +++ b/mallinkService/src/main/resources/mapper/WxShopMapper.xml @@ -546,9 +546,6 @@