mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-14 22:25:19 +00:00
[improvement](Dict) add dimValueAliasMap info for KnowledgeBaseService
This commit is contained in:
@@ -118,6 +118,7 @@ public class DictRepositoryImpl implements DictRepository {
|
||||
wrapper.lambda().and(qw -> qw.like(DictTaskDO::getName, key).or()
|
||||
.like(DictTaskDO::getDescription, key).or().like(DictTaskDO::getConfig, key));
|
||||
}
|
||||
wrapper.lambda().orderByDesc(DictTaskDO::getCreatedAt);
|
||||
return dictTaskMapper.selectList(wrapper);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user