2 Commits dc8f188d9a ... 8a2b924e1c

Author SHA1 Message Date
  dengsixing 8a2b924e1c Merge branch 'release-swsx' into test 16 hours ago
  dengsixing ad24c182e2 深巡+全景图计算demo 16 hours ago

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

@@ -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);
         }