Commit f9f80b6b0912acedee4232e132dbdcc9a4159f1b

Authored by jack
2 parents b7789a4d c93a7724

Merge branch 'develop' of http://120.78.57.84/Elvis/SunvoteEducation into develop

src/com/fh/controller/sunvote/homework/HomeworkController.java
@@ -482,6 +482,8 @@ public class HomeworkController extends BaseController { @@ -482,6 +482,8 @@ public class HomeworkController extends BaseController {
482 pd.put("STUDENTS", studentList); 482 pd.put("STUDENTS", studentList);
483 } 483 }
484 484
  485 + pd.put("HOMEWORKINFO", homeworkService.findById(pd));
  486 +
485 pd.remove("JSON"); 487 pd.remove("JSON");
486 mv.setViewName("sunvote/homework/homework_item_report"); 488 mv.setViewName("sunvote/homework/homework_item_report");
487 mv.addObject("pd", pd); 489 mv.addObject("pd", pd);