管道基础大数据平台系统开发-【后端】-Server
1
13693261870
2023-02-05 ef750a9e4f4382ebcc508fe433f3afe044d426fc
src/main/java/com/lf/server/service/data/DataQueryService.java
@@ -73,7 +73,7 @@
        entity.setTabGuid(eventid);
        entity.setName(fileName);
        entity.setGuid(md5);
        String subPath = PathHelper.getUploadPath() + File.separator + md5;
        String subPath = PathHelper.getUploadPath() + File.separator + md5+ FileHelper.getExtension(fileName);
        entity.setPath(subPath);
        entity.setSizes(sizes);
        if (ue != null) {