|
@@ -113,7 +113,7 @@ public class BrandController extends AbstractController{
|
|
|
Long userId = null;
|
|
|
//如果不是超级管理员,则只能查询本部门及子部门数据
|
|
|
List<Long> roleIdList = getUser().getRoleIdList();
|
|
|
- if (!roleIdList.contains(1L) && !roleIdList.contains(5L)) {
|
|
|
+ if (!roleIdList.contains(1L) && !roleIdList.contains(5L) && !roleIdList.contains(9L) ) {
|
|
|
// 公司员工只能看到已经绑定自身为主播的数据
|
|
|
if (roleIdList.contains(8L)) {
|
|
|
userId = getUserId();
|