|
@@ -32,6 +32,7 @@ public class TaskService {
|
|
for (String num : numList) {
|
|
for (String num : numList) {
|
|
ProjectSceneGps sceneGps = projectSceneGpsService.addGps(num);
|
|
ProjectSceneGps sceneGps = projectSceneGpsService.addGps(num);
|
|
if(sceneGps != null){
|
|
if(sceneGps != null){
|
|
|
|
+ log.info("num:{}gps:{}",num,sceneGps);
|
|
list.add(sceneGps);
|
|
list.add(sceneGps);
|
|
}
|
|
}
|
|
}
|
|
}
|