修复删除问题
This commit is contained in:
parent
57b6138d8b
commit
11cfdff4dd
@ -90,7 +90,7 @@ public class FileService extends ServiceImpl<FileMapper, FileBean> implements IF
|
|||||||
fileBean.setFilePath(filePath);
|
fileBean.setFilePath(filePath);
|
||||||
|
|
||||||
LambdaQueryWrapper<FileBean> lambdaQueryWrapper = new LambdaQueryWrapper<>();
|
LambdaQueryWrapper<FileBean> lambdaQueryWrapper = new LambdaQueryWrapper<>();
|
||||||
lambdaQueryWrapper.likeLeft(FileBean::getFilePath, filePath);
|
lambdaQueryWrapper.likeRight(FileBean::getFilePath, filePath);
|
||||||
return fileMapper.selectList(lambdaQueryWrapper);
|
return fileMapper.selectList(lambdaQueryWrapper);
|
||||||
// return fileMapper.selectFileTreeListLikeFilePath(fileBean);
|
// return fileMapper.selectFileTreeListLikeFilePath(fileBean);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user