From a055e6929e9b39716718a4d0b158237d400c3253 Mon Sep 17 00:00:00 2001 From: linfso Date: Sun, 26 May 2024 07:11:21 +0800 Subject: [PATCH] md --- emis-biz/src/main/resources/mapper/EmisCustomerUserMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emis-biz/src/main/resources/mapper/EmisCustomerUserMapper.xml b/emis-biz/src/main/resources/mapper/EmisCustomerUserMapper.xml index 754bdd476..be48f0102 100644 --- a/emis-biz/src/main/resources/mapper/EmisCustomerUserMapper.xml +++ b/emis-biz/src/main/resources/mapper/EmisCustomerUserMapper.xml @@ -132,7 +132,7 @@ and nick_name like concat('%', #{nickName}, '%') and union_id like concat('%', #{unionId}, '%') and openid like concat('%', #{openid}, '%') - and monthly_pay_code=#{monthlyPayCode} + and monthly_pay_code like concat('%', #{monthlyPayCode}, '%') and user_name like concat('%', #{userName}, '%') and password like concat('%', #{password}, '%') and biz_site like concat('%', #{bizSite}, '%')