From fa7e1f474d40f0c60dbdd59ce81e9fbaac9dcc3b Mon Sep 17 00:00:00 2001 From: winter Date: Sun, 8 Sep 2024 11:33:04 +0800 Subject: [PATCH] fix --- .../src/main/resources/mapper/WxMerchantMapper.xml | 6 +++--- .../src/main/resources/mapper/WxMerchantShopMapper.xml | 10 +++++----- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/mallinkService/src/main/resources/mapper/WxMerchantMapper.xml b/mallinkService/src/main/resources/mapper/WxMerchantMapper.xml index 254186591..2be596046 100644 --- a/mallinkService/src/main/resources/mapper/WxMerchantMapper.xml +++ b/mallinkService/src/main/resources/mapper/WxMerchantMapper.xml @@ -194,14 +194,14 @@ #{typeItem} - + and m.id in #{idItem} - - and m.id not in + + and m.id NOT IN #{notInIdItem} diff --git a/mallinkService/src/main/resources/mapper/WxMerchantShopMapper.xml b/mallinkService/src/main/resources/mapper/WxMerchantShopMapper.xml index facecb9c1..3f9e65515 100644 --- a/mallinkService/src/main/resources/mapper/WxMerchantShopMapper.xml +++ b/mallinkService/src/main/resources/mapper/WxMerchantShopMapper.xml @@ -55,21 +55,21 @@ and `is_del` = #{isDel} - + and id in #{idItem} - + and shop_id in #{shopIdItem} - + and merchant_id in #{merchantIdItem} @@ -136,7 +136,7 @@ and w.`parent_tenant_id` = #{parentTenantId} - + and w.shop_id in #{shopIdItem} @@ -163,7 +163,7 @@ and w.`parent_tenant_id` = #{parentTenantId} - + and w.shop_id in #{shopIdItem}