管道基础大数据平台系统开发-【后端】-Server
xing
2023-02-22 970bc6b960117a15e6e7d87d0615ab0371b15708
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) {