|
@@ -80,7 +80,7 @@ public class SceneService implements ISceneService {
|
|
|
List<TmCamera> tmCameraList = null;
|
|
|
String tokenValue = StpUtil.getTokenValue();
|
|
|
|
|
|
- if(StringUtils.isNotBlank(tokenValue)){
|
|
|
+ if(StringUtils.isNotBlank(tokenValue) && StringUtils.isBlank(param.getShare()) ){
|
|
|
tmCameraList = tmCameraService.getByDeptIds();
|
|
|
List<String> snCodes = tmCameraList.stream().map(TmCamera::getCameraSn).collect(Collectors.toList());
|
|
|
if(CollectionUtil.isNotEmpty(snCodes)){
|