提交 ce97c549 编写于 作者: L lepdou

remove abandoned interface

上级 60a5a27f
......@@ -38,18 +38,6 @@ public class ConfigChangeContentBuilder {
return this;
}
public ConfigChangeContentBuilder changeSet(ItemChangeSets changeSets) {
for (ItemDTO itemDTO : changeSets.getCreateItems()) {
createItems.add(BeanUtils.transfrom(Item.class, itemDTO));
}
for (ItemDTO itemDTO : changeSets.getDeleteItems()) {
deleteItems.add(BeanUtils.transfrom(Item.class, itemDTO));
}
return this;
}
public String build() {
//因为事务第一段提交并没有更新时间,所以build时统一更新
for (Item item : createItems) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册