src/main/java/com/lf/server/service/data/DownloadService.java
@@ -315,7 +315,7 @@ /** * 获取下载实体类 */ private DownloadEntity getDownloadEntity(UserEntity ue, String file, String pwd) throws Exception { private DownloadEntity getDownloadEntity(UserEntity ue, String file, String pwd) { DownloadEntity de = new DownloadEntity(); de.setName(FileHelper.getFileName(file)); // 1-Shp文件,2-专题图,3-源数据,4-业务数据,5-管道分析,6-统计报告