Explorar o código

复制生成gps

lyhzzz hai 11 meses
pai
achega
d3a05938cf

+ 2 - 2
src/main/java/com/fdkankan/manage_jp/task/TaskService.java

@@ -39,7 +39,7 @@ public class TaskService {
     private void addLaserData() {
     private void addLaserData() {
         List<SceneGpsDb> sceneGpsDbs1 = projectSceneGpsService.getNotGpsScene();
         List<SceneGpsDb> sceneGpsDbs1 = projectSceneGpsService.getNotGpsScene();
         if(sceneGpsDbs1.isEmpty()){
         if(sceneGpsDbs1.isEmpty()){
-            log.info("没有需要更新GPS数据的场景");
+            log.debug("没有需要更新GPS数据的场景");
             return;
             return;
         }
         }
         List<ProjectSceneGps> laserssList = new ArrayList<>();
         List<ProjectSceneGps> laserssList = new ArrayList<>();
@@ -47,7 +47,7 @@ public class TaskService {
         for (SceneGpsDb sceneGpsDb : sceneGpsDbs1) {
         for (SceneGpsDb sceneGpsDb : sceneGpsDbs1) {
             ProjectSceneGps sceneGps = projectSceneGpsService.addGps(sceneGpsDb);
             ProjectSceneGps sceneGps = projectSceneGpsService.addGps(sceneGpsDb);
             if(sceneGps != null){
             if(sceneGps != null){
-                log.info("num:{}gps:{}",sceneGpsDb.getNum(),sceneGps);
+                log.debug("num:{}gps:{}",sceneGpsDb.getNum(),sceneGps);
                 if(sceneGps.getSceneSource() == 4 ) {
                 if(sceneGps.getSceneSource() == 4 ) {
                     laserssList.add(sceneGps);
                     laserssList.add(sceneGps);
                 }else if( sceneGps.getSceneSource() == 5){
                 }else if( sceneGps.getSceneSource() == 5){