Commit 320b7d3f authored by tianbo's avatar tianbo

Merge remote-tracking branch 'origin/develop_tzs_register' into develop_tzs_register

parents 7ac30fc5 217f8e8b
...@@ -688,10 +688,6 @@ public class JgInstallationNoticeServiceImpl extends BaseService<JgInstallationN ...@@ -688,10 +688,6 @@ public class JgInstallationNoticeServiceImpl extends BaseService<JgInstallationN
// 文件名前缀 // 文件名前缀
filePrefix= "压力管道基本信息汇总表_"; filePrefix= "压力管道基本信息汇总表_";
customFileName="压力管道告知单_设备基本信息汇总表_" + applyNo + ".zip"; customFileName="压力管道告知单_设备基本信息汇总表_" + applyNo + ".zip";
}else if ("2300".equals(category)) {
// 文件名前缀
filePrefix = "气瓶基本信息汇总表_";
customFileName="气瓶告知单_设备基本信息汇总表_" + applyNo + ".zip";
} }
// 打包zip // 打包zip
try (ByteArrayOutputStream outputStream = new ByteArrayOutputStream(); try (ByteArrayOutputStream outputStream = new ByteArrayOutputStream();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment