Commit d28acf33 by wangming

banner

1 parent d996b95e
...@@ -110,7 +110,7 @@ public class InformationController extends BaseController { ...@@ -110,7 +110,7 @@ public class InformationController extends BaseController {
information.setTitle(title); information.setTitle(title);
information.setPicUrl(picUrl); information.setPicUrl(picUrl);
information.setAuthor(author); information.setAuthor(author);
// information.setContent(); information.setContent(content.getBytes());
information.setIconUrl(iconUrl); information.setIconUrl(iconUrl);
if(id != -1){ //修改 if(id != -1){ //修改
information.setId(id); information.setId(id);
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!