|
@@ -102,7 +102,7 @@ public class SceneProServiceImpl extends ServiceImpl<ISceneProMapper, ScenePro>
|
|
|
private ISceneUpgradeMapper sceneUpgradeMapper;
|
|
|
|
|
|
@Autowired
|
|
|
- private ISurveillanceService surveillanceService;
|
|
|
+ private IInnerService innerService;
|
|
|
|
|
|
@Value("${main.url}")
|
|
|
private String mainUrl;
|
|
@@ -869,6 +869,7 @@ public class SceneProServiceImpl extends ServiceImpl<ISceneProMapper, ScenePro>
|
|
|
infoVo.setBgMusicName(null);
|
|
|
infoVo.setBgMusic(null);
|
|
|
}
|
|
|
+ infoVo.setVersion(innerService.getSceneNumVersion(num));
|
|
|
this.updateViewCount(num);
|
|
|
return infoVo;
|
|
|
}
|