|
@@ -63,6 +63,7 @@ public class CaseDownService {
|
|
|
public static String caseImg = "/caseImg/getFfmpegImage?caseId=";
|
|
|
|
|
|
public static String laserData = "/laser/dataset/%s/getDataSet";
|
|
|
+ public static String laserDataSetAndControlPoint = "/laser/4dage/%s/getDataSetAndControlPoint";
|
|
|
public static String laserDataQuery = "/laser/filter/%s/query?datasetId=%s";
|
|
|
|
|
|
|
|
@@ -256,6 +257,10 @@ public class CaseDownService {
|
|
|
}
|
|
|
|
|
|
}
|
|
|
+ FdkkResponse dataSetAndControlPoint = laserService.getDataSetAndControlPoint(sceneData.getNum());
|
|
|
+ if(dataSetAndControlPoint !=null){
|
|
|
+ jsonObject.put(String.format(laserDataSetAndControlPoint,sceneData.getNum()),dataSetAndControlPoint);
|
|
|
+ }
|
|
|
|
|
|
}
|
|
|
if(sceneData.getModelId() != null){
|