From d3fe922b82f838781d818861976ff806bff8d5c7 Mon Sep 17 00:00:00 2001 From: hupeng Date: Thu, 25 Apr 2019 20:42:20 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=95=86=E6=88=B7][=E4=BF=AE=E5=A4=8D]:?= =?UTF-8?q?=E5=88=A0=E9=99=A4=E5=95=86=E6=88=B7=E5=BA=97=E9=93=BA=E4=B8=AD?= =?UTF-8?q?=E7=9A=84=E8=80=81=E7=9A=84=E7=A7=9F=E6=9C=9F=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/resources/mapper/WxMerchantShopMapper.xml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/mallinkService/src/main/resources/mapper/WxMerchantShopMapper.xml b/mallinkService/src/main/resources/mapper/WxMerchantShopMapper.xml index db2c41d40..715ee30b4 100644 --- a/mallinkService/src/main/resources/mapper/WxMerchantShopMapper.xml +++ b/mallinkService/src/main/resources/mapper/WxMerchantShopMapper.xml @@ -8,14 +8,12 @@ - - - `id`,`tenant_id`,`merchant_id`,`shop_id`,`create_date`,`update_date`,`rental_start_date`,`rental_end_date`,`is_del` + `id`,`tenant_id`,`merchant_id`,`shop_id`,`create_date`,`update_date`,`is_del` @@ -51,14 +49,6 @@ - - and `rental_start_date` = #{rentalStartDate} - - - - - and `rental_end_date` = #{rentalEndDate} - and `is_del` = #{isDel}