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}, '%')