src/main/java/com/lf/server/service/show/PipelineService.java
@@ -67,10 +67,6 @@ * @return 下载文件GUID */ public String createZipFile(UserEntity ue, Map<String, List<PipelineEntity>> map, String pwd) throws Exception { if (map.size() == 0) { return null; } String tempName = StringHelper.YMDHMS2_FORMAT.format(new Date()); String tempPath = pathHelper.getTempPath(tempName); String filePath = tempPath + File.separator + tempName + ".gdb";