Commit 083c46f9 authored by luzhuang's avatar luzhuang

fix: 批量下载

parent 66f7523e
......@@ -827,9 +827,6 @@ public class BChapterServiceImpl implements BChapterService {
File file = new File(filePath);
downLoadFile(bFile, file, filePath);
});
if (fileList.size() < 1) {
throw new ServiceException(ResultServiceEnums.NOT_DOWNLOAD_FILE);
}
}
String uuid = IdGen.uuid();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment