@@ -539,6 +539,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
LEFT JOIN sys_user_ext v ON u.user_id = v.user_id
WHERE
v.org_code =#{orgCode} and u.quit is null
+ and v.is_customer_manager !='0' and v.is_customer_manager !='8'
</select>
<select id="getCustomNameByCode" resultType="java.lang.String" >