|
@@ -46,7 +46,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
</select>
|
|
|
<select id="selectSysUserCustomerExtById" 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} and is_customer_manager NOT LIKE ('%0%,%8%' )
|
|
|
</select>
|
|
|
|
|
|
<insert id="insertSysUserExt" parameterType="SysUserExt">
|