瀏覽代碼

Merge branch 'alert' into uat

njs 2 年之前
父節點
當前提交
1b8f60c735
共有 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

@@ -55,7 +55,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
     <select id="selectAlertConfigurationByAlertStatus" parameterType="Long" resultMap="AlertConfigurationResult">
         <include refid="selectAlertConfigurationVo"/>
         WHERE alert_status = 1
-        <if test="userType !=null and userType !='' and orgCode !='null' ">
+        <if test="userType !=null and userType !=''  ">
             and user_type = #{userType}
         </if>
     </select>