Просмотр исходного кода

Merge branch 'release-swsx' into test

dengsixing 1 день назад
Родитель
Сommit
8a2b924e1c

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