|
@@ -162,7 +162,7 @@ public class BuildE57SceneServiceImpl implements IBuildSceneService {
|
|
|
String zipPath = path + "/results/laserData/laser-e57.zip";
|
|
|
String ossKey = String.format(ossKeyFormat, num, num);
|
|
|
ZipUtil.zip(localPath, zipPath);
|
|
|
- fYunFileService.uploadFileByCommand(zipPath, ossKey);
|
|
|
+ fYunFileService.uploadFileByCommand(bucket,zipPath, ossKey);
|
|
|
|
|
|
//发送mq通知激光系统
|
|
|
laserMqContent.put("status", CommonSuccessStatus.SUCCESS.code());
|