|
@@ -40,7 +40,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
|
|
|
<select id="selectSysUserExtById" parameterType="Long" resultMap="SysUserExtResult">
|
|
|
<include refid="selectSysUserExtVo"/>
|
|
|
- where user_id = #{userId} and is_customer_manager !='0' and is_customer_manager !='8'
|
|
|
+ where user_id = #{userId}
|
|
|
</select>
|
|
|
<select id="selectSysUserCustomerExtById" parameterType="Long" resultMap="SysUserExtResult">
|
|
|
<include refid="selectSysUserExtVo"/>
|