1
0
mirror of https://gitee.com/bookshelfplus/bookshelfplus synced 2025-09-21 01:10:39 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee

关联文件仅可关联系统中未设置SHA1,或SHA1值相同的文件记录

This commit is contained in:
2022-04-19 23:20:26 +08:00
parent 26af60e472
commit febee45fc9
6 changed files with 94 additions and 33 deletions

View File

@@ -60,6 +60,13 @@ public interface FileDOMapper {
*/
FileDO[] selectAll();
/**
* 查询系统中的所有文件
*
* @return
*/
FileDO[] selectBySha1WithNullValue(String fileSha1);
/**
* 列出文件支持的下载方式
*