Antiloveg 8 年之前
父节点
当前提交
cdca961b9f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/java/com/goafanti/common/mapper/AdminMapper.xml

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

@@ -292,7 +292,7 @@
    <select id="selectTechnician" resultMap="BaseResultMap">
    select a.id, a.name, a.position from admin a 
 		INNER JOIN user_role  ur on a.id = ur.uid
-	where ur.rid not in('1','2','3','4','5','6')
+	where ur.rid not in('1','2','3','4')
 	group by a.id
    </select>