mirror of
https://codeup.aliyun.com/64f7d6b8ce01efaafef1e678/coal/coal.git
synced 2026-01-25 07:46:40 +08:00
bugfix
This commit is contained in:
@@ -196,7 +196,7 @@ public class DictionaryService extends BaseService<DictionaryEntity, DictionaryR
|
||||
nd.setName(dictionary.getName());
|
||||
|
||||
nd.setDictType("1");
|
||||
nd.setComponentType(dictionary.getComponentType());
|
||||
nd.setComponentType(StringUtils.defaultIfBlank(dictionary.getComponentType(), "1"));
|
||||
|
||||
for (DictionaryItemEntity item : dictionary.getItem()) {
|
||||
nd.addItem(item);
|
||||
|
||||
Reference in New Issue
Block a user