This commit is contained in:
2023-09-13 20:22:34 +08:00
parent 339d251099
commit 19ad132723

View File

@@ -193,7 +193,7 @@ public class DictionaryService extends BaseService<DictionaryEntity, DictionaryR
nd.setName(dictionary.getName());
nd.setDictType("1");
nd.setComponentType("1");
nd.setComponentType(dictionary.getComponentType());
for (DictionaryItemEntity item : dictionary.getItem()) {
nd.addItem(item);