|
@@ -89,7 +89,7 @@ public class AppSceneService {
|
|
param.setCooperationNumList(cooperationNumList );
|
|
param.setCooperationNumList(cooperationNumList );
|
|
}
|
|
}
|
|
Set<Long> roleIds = userRoleService.getByUser(user);
|
|
Set<Long> roleIds = userRoleService.getByUser(user);
|
|
- if(!roleIds.contains(5L)){
|
|
|
|
|
|
+ if(!roleIds.contains(5L) && !roleIds.contains(6L)){
|
|
param.setUserId(user.getId());
|
|
param.setUserId(user.getId());
|
|
}
|
|
}
|
|
if(roleIds.contains(6L)){
|
|
if(roleIds.contains(6L)){
|