Commit 1c326896 authored by shiyu's avatar shiyu

类目

parent 23b3b98f
...@@ -27,7 +27,6 @@ public class SynCategoryInfo { ...@@ -27,7 +27,6 @@ public class SynCategoryInfo {
categoryList.forEach(c -> { categoryList.forEach(c -> {
c.setIntroduction(category.getIntroduction()); c.setIntroduction(category.getIntroduction());
c.setExtra(category.getExtra()); c.setExtra(category.getExtra());
c.setIcon(category.getIcon());
categoryDao.updateById(c); categoryDao.updateById(c);
logger.info("类目id:{}, 更新内容:{}", c.getId(), c); logger.info("类目id:{}, 更新内容:{}", c.getId(), c);
}); });
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment