浏览代码

更新在线qrcode bug2

xiewj 1 年之前
父节点
当前提交
e41125d12a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      720yun_fd_manage/gis_oss/src/main/java/com/gis/oss/util/QrCodeUtils.java

+ 1 - 1
720yun_fd_manage/gis_oss/src/main/java/com/gis/oss/util/QrCodeUtils.java

@@ -165,7 +165,7 @@ public class QrCodeUtils {
         }
         String logoPath = serverBasePath + "img/kankan_icon.png";
         if (StrUtil.isNotEmpty(logo)){
-            File file = HttpUtil.downloadFileFromUrl(logo, logoPath);
+            File file = HttpUtil.downloadFileFromUrl(logo, savePath);
                  logoPath=file.getPath();
         }else {
              if (!FileUtil.isFile(logoPath)) {