Antiloveg лет назад: 8
Родитель
Сommit
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 id="selectTechnician" resultMap="BaseResultMap">
    select a.id, a.name, a.position from admin a 
    select a.id, a.name, a.position from admin a 
 		INNER JOIN user_role  ur on a.id = ur.uid
 		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
 	group by a.id
    </select>
    </select>