@@ -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>