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}