|
@@ -59,7 +59,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<include refid="selectAlertConfigurationVo"/>
|
|
|
WHERE alert_status = 1
|
|
|
<if test="userType !=null and userType !='' ">
|
|
|
- and user_type like concat('%', #{userType}, '%')
|
|
|
+ and ( user_type =#{userType} or user_type ='2')
|
|
|
</if>
|
|
|
</select>
|
|
|
|