@@ -11,6 +11,7 @@
LEFT JOIN sys_user_role t2 ON t1.id = t2.user_id
LEFT JOIN sys_role t3 ON t2.role_id = t3.id
where t3.role_code='designTeamLeader'
+ and t1.status=1
</select>
<select id="queryIdentity" resultType="com.alibaba.fastjson.JSONObject">