mirror of
https://github.com/hs-web/hsweb-framework.git
synced 2026-06-08 17:03:39 +08:00
fix error
This commit is contained in:
@@ -32,8 +32,7 @@ public class BoostDictDefineRepository extends DefaultDictDefineRepository {
|
||||
if (entity == null) {
|
||||
return super.getDefine(id);
|
||||
}
|
||||
List<EnumDict<String>> items = new ArrayList<>(entity.getItems());
|
||||
|
||||
List<EnumDict<Object>> items = (List) new ArrayList<>(entity.getItems());
|
||||
|
||||
return DefaultDictDefine.builder()
|
||||
.id(id)
|
||||
|
||||
Reference in New Issue
Block a user