瀏覽代碼

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

anderx 3 年之前
父節點
當前提交
537640ed64
共有 1 個文件被更改,包括 3 次插入0 次删除
  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'">
     <if test="roleType =='99999'">
       and c.role_type  in ('99999','99989')
       and c.role_type  in ('99999','99989')
     </if>
     </if>
+    <if test="roleType !='99999' and roleType !='99998'">
+      and c.role_type  in (#{roleType})
+    </if>
   </select>
   </select>
 </mapper>
 </mapper>