Commit 16ba76b962123bd6a01ece61eb5b124611d258f6
1 parent
90f42dac
添加编码
Showing
1 changed file
with
1 additions
and
1 deletions
src/com/fh/controller/sunvote/homework/HomeworkController.java
@@ -329,7 +329,7 @@ public class HomeworkController extends BaseController { | @@ -329,7 +329,7 @@ public class HomeworkController extends BaseController { | ||
329 | * @return | 329 | * @return |
330 | * @throws Exception | 330 | * @throws Exception |
331 | */ | 331 | */ |
332 | - @RequestMapping(value = "/homeworkindex") | 332 | + @RequestMapping(value = "/homeworkindex",produces = "text/html;charset=UTF-8") |
333 | @ResponseBody | 333 | @ResponseBody |
334 | public Object homeworkindex() throws Exception { | 334 | public Object homeworkindex() throws Exception { |
335 | PageData pageData = this.getPageData(); | 335 | PageData pageData = this.getPageData(); |