字典导入bug修改
This commit is contained in:
parent
c8d2f73f8e
commit
c18ca842f5
@ -149,6 +149,7 @@ public class DictionaryServiceImpl extends ServiceImpl<DictionaryMapper, Diction
|
||||
if (CollectionUtils.isNotEmpty(dictionaryItems)) {
|
||||
for (DictionaryItem dictionaryItem : dictionaryItems) {
|
||||
dictionaryItem.setDictionaryId(d.getId());
|
||||
dictionaryItem.setDictionaryEncoding(d.getDictionaryEncoding());
|
||||
dictionaryItemMapper.insert(dictionaryItem);
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user