Commit bc7a6daf by 86857

"投稿管理/信箱管理/留言管理/投票管理--修改页面的问题列表" 新增删除功能

parent 9ae57d2f
......@@ -143,7 +143,7 @@ public class SystemMailboxServiceImpl extends ServiceImpl<SystemMailboxMapper,Sy
@Override
public Boolean removeById(Long id) {
return this.removeById(id);
return this.deleteById(id);
}
@Override
......
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