mirror of
https://gitee.com/bookshelfplus/bookshelfplus
synced 2025-09-21 01:10:39 +08:00
登陆过期重新登录跳回原来页面;管理员后台文件详情页面文件详情和关联文件对象
This commit is contained in:
@@ -68,6 +68,14 @@ public interface FileObjectDOMapper {
|
||||
*/
|
||||
FileObjectDO selectByFilePath(String filePath);
|
||||
|
||||
/**
|
||||
* 通过文件路径获取文件
|
||||
*
|
||||
* @param fileId 文件Id
|
||||
* @return
|
||||
*/
|
||||
FileObjectDO[] selectByFileId(Integer fileId);
|
||||
|
||||
/**
|
||||
* 通过书本Id获取关联文件,进而获取所有关联文件对应的文件对象
|
||||
*
|
||||
|
Reference in New Issue
Block a user