提交 8b0ca387 authored 作者: chaoyanjun's avatar chaoyanjun

--no commit message

上级 0e21dc52
...@@ -55,6 +55,7 @@ public class FooterController { ...@@ -55,6 +55,7 @@ public class FooterController {
public CallBack<Boolean> update(@RequestBody Footer entity){ public CallBack<Boolean> update(@RequestBody Footer entity){
entity.setUpdateTime(new Date()); entity.setUpdateTime(new Date());
entity.setCreateTime(null); entity.setCreateTime(null);
entity.setLinks(entity.getLinks());
return CallBack.success(footerService.updateByPrimaryKeySelective(entity)); return CallBack.success(footerService.updateByPrimaryKeySelective(entity));
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论