diff --git a/mallinkService/src/main/resources/mapper/WxMerchantMapper.xml b/mallinkService/src/main/resources/mapper/WxMerchantMapper.xml index 504a46592..5e34a64fb 100644 --- a/mallinkService/src/main/resources/mapper/WxMerchantMapper.xml +++ b/mallinkService/src/main/resources/mapper/WxMerchantMapper.xml @@ -474,14 +474,14 @@ select id from wx_merchant_b_user where status=0 and merchant_id=#{id} ) - - + + and cb.`name` like concat('%', #{userName},'%') - + and cb.`phone` like concat('%', #{phone},'%') - + and co.`title` like concat('%', #{couponName},'%')