提交 08f2d396 编写于 作者: 街头小贩's avatar 街头小贩 提交者: Gitee

编辑版块组增加排序

上级 4daf8beb
......@@ -61,6 +61,7 @@ public class BoardGroupServiceImpl implements BoardGroupService{
bg.setTitle(updateEntity.getTitle());
bg.setDescription(updateEntity.getDescription());
bg.setStatus(updateEntity.isStatus());
bg.setRanking(updateEntity.getRanking());//@ADD 20200917
if (Commons.isNotBlank(updateEntity.getImageAddr())) {
bg.setImageAddr(updateEntity.getImageAddr());
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册