2 Комити c43c4aa71e ... dc8f188d9a

Аутор SHA1 Порука Датум
  dengsixing dc8f188d9a Merge branch 'release-swsx' into test пре 1 дан
  dengsixing 7bbfa19928 深巡+全景图计算demo пре 1 дан

+ 1 - 1
src/main/java/com/fdkankan/contro/service/impl/CommonServiceImpl.java

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