Browse Source

营销管理、公司管理、财务管理、咨询管理新增修改对于审核人员的更新

anderx 3 years ago
parent
commit
537640ed64
1 changed files with 3 additions and 0 deletions
  1. 3 0
      src/main/java/com/goafanti/common/mapper/AdminMapper.xml

+ 3 - 0
src/main/java/com/goafanti/common/mapper/AdminMapper.xml

@@ -1123,5 +1123,8 @@
     <if test="roleType =='99999'">
       and c.role_type  in ('99999','99989')
     </if>
+    <if test="roleType !='99999' and roleType !='99998'">
+      and c.role_type  in (#{roleType})
+    </if>
   </select>
 </mapper>