|
|
@ -181,7 +181,7 @@ public class GeneralServiceImpl implements GeneralService { |
|
|
|
} |
|
|
|
List<String> list = Arrays.asList(market.split(",")); |
|
|
|
//判断是否是总部 |
|
|
|
if (list != null && list.contains("1")) { |
|
|
|
if (list != null && list.contains("总部")) { |
|
|
|
list=getAllRoleMarket();//总部有所有地区的权限 |
|
|
|
} |
|
|
|
return list; |
|
|
|