igds-basic/src/main/java/com/ld/igds/basic/manager/FileManager.java
@@ -177,4 +177,17 @@ return readFile.getFile().getAbsolutePath(); } /** * 根据不同的类型获取文件路径 * @param filePathType * @param time * @return */ public String getPathByType(String filePathType, Date time) { if("common".equals(filePathType)){ return fileService.getCommonFilePath(time); } return null; } }