|
@@ -96,17 +96,15 @@ public class BuildObjServiceImpl implements IBuildSceneService {
|
|
|
jsonObject.put("OnlyExportMeshObj",true);
|
|
|
FileUtils.writeFile(laserObjFilePath + File.separator + "capture" + File.separator + "data.fdage", jsonObject.toJSONString());
|
|
|
|
|
|
- //下载资源到本地
|
|
|
- this.downLoadSource(message, laserObjFilePath);
|
|
|
-
|
|
|
+ message.getBuildContext().put("previousPath",path);
|
|
|
message.setCameraType("14");
|
|
|
message.setResolution(jsonObject.getString("resolution"));
|
|
|
-
|
|
|
message.setPath(laserObjFilePath);
|
|
|
- message.getBuildContext().put("previousPath",path);
|
|
|
-
|
|
|
message.setResultReceiverMqName(queueObjModelingPost);
|
|
|
|
|
|
+ //下载资源到本地
|
|
|
+ this.downLoadSource(message, laserObjFilePath);
|
|
|
+
|
|
|
//发送mq,就进行计算
|
|
|
mqProducer.sendByWorkQueue(queueModelingCall, message);
|
|
|
|