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