|
@@ -321,6 +321,7 @@ public class SceneProServiceImpl extends ServiceImpl<ISceneProMapper, ScenePro>
|
|
//迁移深时 dataSource
|
|
//迁移深时 dataSource
|
|
File file = new File(dataSource + "_laserData");
|
|
File file = new File(dataSource + "_laserData");
|
|
if (!file.exists()) {
|
|
if (!file.exists()) {
|
|
|
|
+ log.info("迁移失败--dataSource:{},sceneNum:{},toSnCode:{}",dataSource + "_laserData",param.getNum(),param.getSnCode());
|
|
throw new BusinessException(ResultCode.MOVE_ERROR);
|
|
throw new BusinessException(ResultCode.MOVE_ERROR);
|
|
}
|
|
}
|
|
}
|
|
}
|