Ver código fonte

Merge branch 'develop' of gitadmin/tuoheng_air_monitor into release

tags/V1.0.1
chengwang 1 ano atrás
pai
commit
c7c9a9d8f6
1 arquivos alterados com 0 adições e 7 exclusões
  1. +0
    -7
      tuoheng-service/tuoheng-admin/src/main/java/com/tuoheng/admin/service/airData/report/ExportReportService.java

+ 0
- 7
tuoheng-service/tuoheng-admin/src/main/java/com/tuoheng/admin/service/airData/report/ExportReportService.java Ver arquivo

@@ -100,13 +100,6 @@ public class ExportReportService {

// 上传到oss
String ossUrl = this.uploadOss(filePath, filename);
//对下载地址进行一次URL编码操作
try {
ossUrl = URLEncoder.encode(ossUrl, "utf-8");
} catch (UnsupportedEncodingException e) {
log.info("对下载地址进行编码失败 ossUrl={}",ossUrl);
e.printStackTrace();
}

// 记录
this.insertAirDataExport(request, inspection, airDataType, ossUrl);

Carregando…
Cancelar
Salvar