|
@@ -223,7 +223,7 @@ public class CommonServiceImpl implements ICommonService {
|
|
|
//上传post文件,用于深巡全景图重定位计算
|
|
|
String localPose = dataSource + "/results/pose";
|
|
|
String ossPose = ossResultPath + "pose";
|
|
|
- if(FileUtil.exist(localExtras)){
|
|
|
+ if(FileUtil.exist(localPose)){
|
|
|
fYunFileServiceInterface.uploadFileByCommand(localPose, ossPose);
|
|
|
}
|
|
|
|