瀏覽代碼

Merge branch 'release-swsx' into test

dengsixing 1 天之前
父節點
當前提交
8a2b924e1c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/java/com/fdkankan/contro/service/impl/CommonServiceImpl.java

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