mirror of
https://github.com/dataease/dataease.git
synced 2025-02-24 19:42:56 +08:00
feat: 字体管理
This commit is contained in:
parent
12d9160414
commit
2b4b935b4f
@ -114,7 +114,7 @@ public class FontManage {
|
||||
|
||||
public List<FontDto> defaultFont() {
|
||||
QueryWrapper<CoreFont> queryWrapper = new QueryWrapper<>();
|
||||
queryWrapper.eq("isDefault", 1);
|
||||
queryWrapper.eq("is_default", 1);
|
||||
List<CoreFont> coreFonts = coreFontMapper.selectList(queryWrapper);
|
||||
List<FontDto> fontDtos = new ArrayList<>();
|
||||
for (CoreFont coreFont : coreFonts) {
|
||||
|
Loading…
Reference in New Issue
Block a user