Commit 72c4fa49 authored by wujj's avatar wujj

分类更新

parent 0d6c7150
...@@ -295,7 +295,8 @@ public class CategoryAction extends BaseAction { ...@@ -295,7 +295,8 @@ public class CategoryAction extends BaseAction {
return ResultData.build().error(getResString("cannot.select.child")); return ResultData.build().error(getResString("cannot.select.child"));
} }
} }
categoryBiz.updateById(category); // 这里不能使用mybitsplus 存在业务
categoryBiz.updateEntity(category);
return ResultData.build().success(category); return ResultData.build().success(category);
} }
......
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