feat: 字典项下拉接口完善

This commit is contained in:
hxr
2024-06-25 00:00:44 +08:00
parent 97b554a48e
commit e9958459cf
3 changed files with 15 additions and 4 deletions

View File

@@ -217,8 +217,7 @@ public class SysDictServiceImpl extends ServiceImpl<SysDictMapper, SysDict> impl
);
// 转换为 Option
List<Option> options = dictItemConverter.convertToOption(dictItems);
return options;
return dictItemConverter.convertToOption(dictItems);
}