Commit f9f80b6b0912acedee4232e132dbdcc9a4159f1b
Merge branch 'develop' of http://120.78.57.84/Elvis/SunvoteEducation into develop
Showing
1 changed file
with
2 additions
and
0 deletions
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); |