njs преди 1 година
родител
ревизия
13b5279102
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      suishenbang-system/src/main/resources/mapper/system/AlertConfigurationMapper.xml

+ 1 - 1
suishenbang-system/src/main/resources/mapper/system/AlertConfigurationMapper.xml

@@ -45,7 +45,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
         <include refid="selectAlertConfigurationVo"/>
         WHERE alert_status = 1
         <if test="userType !=null and userType !='' ">
-                and  FIND_IN_SET (#{userType},user_type)>0
+          and  user_type =#{userType}
         </if>
     </select>