|
@@ -272,6 +272,7 @@ public class BBomServiceImpl extends SuperServiceImpl<BBomMapper, BBom> implemen
|
|
|
dictionaryItem1.setSortValue(1);
|
|
|
dictionaryItem1.setCreateUser(Long.parseLong("3"));
|
|
|
dictionaryItem1.setCreateTime(LocalDateTime.now());
|
|
|
+ dictionaryItem.delete(Wraps.<DictionaryItem>lbQ().eq(DictionaryItem::getDictionaryId,dictionaryId).eq(DictionaryItem::getName,vo.getName()));
|
|
|
dictionaryItem.insert(dictionaryItem1);
|
|
|
});
|
|
|
}
|