diff --git a/emis-biz/src/main/resources/mapper/EmisCustomerUserMapper.xml b/emis-biz/src/main/resources/mapper/EmisCustomerUserMapper.xml
index 7607c212a..956f09615 100644
--- a/emis-biz/src/main/resources/mapper/EmisCustomerUserMapper.xml
+++ b/emis-biz/src/main/resources/mapper/EmisCustomerUserMapper.xml
@@ -110,9 +110,9 @@
and simple_name like concat('%', #{simpleName}, '%')
and phone like concat('%', #{phone}, '%')
and mobile like concat('%', #{mobile}, '%')
- and customer_type like concat('%', #{customerType}, '%')
+ and customer_type=#{customerType}
and settled_type like concat('%', #{settledType}, '%')
- and user_type like concat('%', #{userType}, '%')
+ and user_type=#{userType}
and company like concat('%', #{company}, '%')
and dept_id like concat('%', #{deptId}, '%')
and avatar like concat('%', #{avatar}, '%')