2 کامیت‌ها dc8f188d9a ... 8a2b924e1c

نویسنده SHA1 پیام تاریخ
  dengsixing 8a2b924e1c Merge branch 'release-swsx' into test 21 ساعت پیش
  dengsixing ad24c182e2 深巡+全景图计算demo 21 ساعت پیش
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);
         }