src/main/java/com/lf/server/service/all/BaseUploadService.java
@@ -31,13 +31,6 @@ public final Log log = LogFactory.getLog(getClass()); /** * 查询目录 */ public String selectPath() { return pathHelper.getTempPathName(); } /** * 查询文件 */ public List<MetaFileEntity> selectFiles(String subPath) throws IOException { @@ -71,6 +64,13 @@ } /** * 查询目录 */ public String selectPath() { return pathHelper.getTempPathName(); } /** * 上传文件 */ public <T> List<MetaFileEntity> uploadData(T t, String path, HttpServletRequest req, HttpServletResponse res) throws Exception {