Browse Source

修改查询运维人员数量

yuejiaying 3 years ago
parent
commit
7d652ddee8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      user_center/src/main/resources/mapper/UserMapper.xml

+ 1 - 1
user_center/src/main/resources/mapper/UserMapper.xml

@@ -353,7 +353,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
                 or a.COMPANY_ORG_ID = #{user.companyOrgId}
                 or a.COMPANY_ORG_ID = #{user.companyOrgId}
                 )
                 )
             </if>
             </if>
-            <if test="user.userType!=null and user.userType!=-999 and user.userType!=-9999 and  user.programItems != null and user.programItems.size() > 0">
+            <if test="user.userType!=-999 and user.userType!=-9999 and  user.programItems != null and user.programItems.size() > 0">
                 <if test="user.permissonType == 5 or user.permissonType == 2">
                 <if test="user.permissonType == 5 or user.permissonType == 2">
                     and ( a.DEPT_ORG_ID in
                     and ( a.DEPT_ORG_ID in
                     <foreach collection="user.programItems" item="item" open="(" close=")" separator=",">
                     <foreach collection="user.programItems" item="item" open="(" close=")" separator=",">