|
@@ -66,7 +66,7 @@ public class UserQueryImpl implements UserQueryDao {
|
|
|
}else if("4".equals(type)){
|
|
|
//一对一校长
|
|
|
selSQL.append(" from tb_user u where not exists (select 1 from tb_lib_manager t where t.user_id = u.id and t.state=1 and t.type=4 ) ");
|
|
|
- queryParams.add(searchParams.get("libId"));
|
|
|
+ //queryParams.add(searchParams.get("libId"));
|
|
|
}else if("2".equals(type)){
|
|
|
//学习导师(在馆老师)
|
|
|
selSQL.append(" from tb_user u where not exists (select 1 from tb_lib_manager t where t.user_id = u.id and t.state=1 and t.lib_id =? and t.type =? ) ");
|