Commit e374f3ed11259ba7afd4db3b95cc3d8d0a4615b3
1 parent
ed19bdb6
更新报表数据
Showing
1 changed file
with
2 additions
and
1 deletions
src/com/fh/controller/sunvote/homework/HomeworkController.java
... | ... | @@ -338,6 +338,8 @@ public class HomeworkController extends BaseController { |
338 | 338 | } |
339 | 339 | stuPd.put("STUDENT_ALL_SCORE", get); |
340 | 340 | stuPd.put("PAPER_ALL_SCORE", all); |
341 | + stuPd.put("COMPLETE_COUNT", 1); | |
342 | + stuPd.put("ALL_COUNT", 1); | |
341 | 343 | stuPd.remove("SCHOOL_ID"); |
342 | 344 | stuPd.remove("SEX"); |
343 | 345 | stuPd.remove("CLASS_ID"); |
... | ... | @@ -359,7 +361,6 @@ public class HomeworkController extends BaseController { |
359 | 361 | hpd.remove("CODE"); |
360 | 362 | hpd.remove("GET_MAX_SCORE"); |
361 | 363 | hpd.remove("HOMEWORK_DESC"); |
362 | - hpd.remove("COMPLETE_DESC"); | |
363 | 364 | } |
364 | 365 | data.put("HOMEWORKS", homeworkList);// |
365 | 366 | data.put("STUDENTS", studentList); | ... | ... |