管道基础大数据平台系统开发-【后端】-Server
1
13693261870
2022-12-30 afb74b6bb1dbb3ea0c0f4eb206d803f30c60ffc2
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";