Commit a8d2eb73 by wangming

Merge branch 'wangming' into '105'

banner

See merge request !12
2 parents 345c3d7e d28acf33
...@@ -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!