|
@@ -85,7 +85,11 @@ public class ProjectSceneGpsServiceImpl extends ServiceImpl<IProjectSceneGpsMapp
|
|
|
sceneGps.setSceneSource(sceneGpsDb.getSceneSource());
|
|
|
return sceneGps;
|
|
|
}
|
|
|
- return null;
|
|
|
+ ProjectSceneGps sceneGps = new ProjectSceneGps();
|
|
|
+ sceneGps.setNum(sceneGpsDb.getNum());
|
|
|
+ sceneGps.setGpsSource(0);
|
|
|
+ sceneGps.setSceneSource(sceneGpsDb.getSceneSource());
|
|
|
+ return sceneGps;
|
|
|
}
|
|
|
|
|
|
private SceneGpsVo getByLaserEdit(String num) {
|