提交 b1cbf561 authored 作者: chaoyanjun's avatar chaoyanjun

--no commit message

上级 87c57051
...@@ -44,6 +44,7 @@ public class AboutUsContentController { ...@@ -44,6 +44,7 @@ public class AboutUsContentController {
entity.setTopStatus(0); entity.setTopStatus(0);
entity.setRecommended(0); entity.setRecommended(0);
entity.setStatus(0); entity.setStatus(0);
entity.setCount(0);
entity.setCreateTime(new Date()); entity.setCreateTime(new Date());
if (!service.insert(entity)) { if (!service.insert(entity)) {
throw new BaseException("操作失败"); throw new BaseException("操作失败");
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论