|
|
@@ -2468,7 +2468,7 @@ public class CustomerServiceImpl extends BaseMybatisDao<UserMapper> implements C
|
|
|
Admin admin = adminMapper.selectByPrimaryKey(TokenManager.getAdminId());
|
|
|
if (admin.getPublicPurview()==0){
|
|
|
//根据白名单设置查询权限
|
|
|
-// params.put("type", name);
|
|
|
+ //params.put("type", name);
|
|
|
}
|
|
|
}
|
|
|
params.put("name", name);
|