|
@@ -58,7 +58,7 @@ public class TaskService {
|
|
|
}
|
|
|
if(!laserList.isEmpty()){
|
|
|
List<String> numList1 = laserList.stream().map(ProjectSceneGps::getNum).collect(Collectors.toList());
|
|
|
- HashMap<String, JSONObject> ssSceneMap = laserService.list(numList1, null);
|
|
|
+ HashMap<String, JSONObject> ssSceneMap = laserService.list(numList1);
|
|
|
for (ProjectSceneGps sceneGps : laserList) {
|
|
|
JSONObject ssObj = ssSceneMap.get(sceneGps.getNum());
|
|
|
if(ssObj!=null){
|