|
@@ -40,6 +40,7 @@ import com.fdkankan.scene.entity.ScenePro;
|
|
import com.fdkankan.scene.factory.FloorLogoHandlerFactory;
|
|
import com.fdkankan.scene.factory.FloorLogoHandlerFactory;
|
|
import com.fdkankan.scene.factory.MusicHandlerFactory;
|
|
import com.fdkankan.scene.factory.MusicHandlerFactory;
|
|
import com.fdkankan.scene.factory.ScreenshotHandlerFactory;
|
|
import com.fdkankan.scene.factory.ScreenshotHandlerFactory;
|
|
|
|
+import com.fdkankan.scene.httpclient.FdkankanMiniClient;
|
|
import com.fdkankan.scene.mapper.ISceneEditInfoMapper;
|
|
import com.fdkankan.scene.mapper.ISceneEditInfoMapper;
|
|
import com.fdkankan.scene.service.ISceneDataDownloadService;
|
|
import com.fdkankan.scene.service.ISceneDataDownloadService;
|
|
import com.fdkankan.scene.service.ISceneEditControlsService;
|
|
import com.fdkankan.scene.service.ISceneEditControlsService;
|
|
@@ -123,6 +124,8 @@ public class SceneEditInfoServiceImpl extends ServiceImpl<ISceneEditInfoMapper,
|
|
IScenePlusService scenePlusService;
|
|
IScenePlusService scenePlusService;
|
|
@Autowired
|
|
@Autowired
|
|
IScenePlusExtService scenePlusExtService;
|
|
IScenePlusExtService scenePlusExtService;
|
|
|
|
+ @Autowired
|
|
|
|
+ private FdkankanMiniClient fdkankanMiniClient;
|
|
|
|
|
|
|
|
|
|
@Transactional
|
|
@Transactional
|
|
@@ -412,6 +415,17 @@ public class SceneEditInfoServiceImpl extends ServiceImpl<ISceneEditInfoMapper,
|
|
|
|
|
|
/**
|
|
/**
|
|
* <p>
|
|
* <p>
|
|
|
|
+ getInfo接口返回字段扩展
|
|
|
|
+ * </p>
|
|
|
|
+ * @author dengsixing
|
|
|
|
+ * @date 2022/3/9
|
|
|
|
+ **/
|
|
|
|
+ private void setExtDataFromV3(SceneInfoVO sceneInfoVO, Long cameraId) throws Exception{
|
|
|
|
+ sceneInfoVO.setDataSync(fdkankanMiniClient.getDataSyncType(mainUrl));
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ /**
|
|
|
|
+ * <p>
|
|
getInfo接口返回字段扩展
|
|
getInfo接口返回字段扩展
|
|
* </p>
|
|
* </p>
|
|
* @author dengsixing
|
|
* @author dengsixing
|