fix(sj_1.1.0-beta3): getAllNamespace软删除筛选
This commit is contained in:
parent
1ea5947031
commit
638d15ec0f
@ -96,6 +96,7 @@ public class NamespaceServiceImpl implements NamespaceService {
|
||||
List<Namespace> namespaces = namespaceMapper.selectList(
|
||||
new LambdaQueryWrapper<Namespace>()
|
||||
.select(Namespace::getName, Namespace::getUniqueId)
|
||||
.eq(Namespace::getDeleted, StatusEnum.NO.getStatus())
|
||||
.orderByDesc(Namespace::getId)
|
||||
);
|
||||
return NamespaceResponseVOConverter.INSTANCE.convertList(namespaces);
|
||||
|
Loading…
Reference in New Issue
Block a user