|
@@ -242,6 +242,8 @@ public class EPaperCorrectTeacherService {
|
242
|
242
|
Map teacher = new HashMap();
|
243
|
243
|
teacher.put("checkname", list.get(0).getCheckname());//教师姓名
|
244
|
244
|
teacher.put("stunum", stunum);//参与人数
|
|
245
|
+ teacher.put("wpynum", wpynum);//批阅人数
|
|
246
|
+ teacher.put("zpynum", zpynum);//总批阅人数
|
245
|
247
|
teacher.put("pyrate", N_Utils.getIntegerDivideAndMulitiply(wpynum, zpynum));//批阅进度
|
246
|
248
|
String qn = list.stream().sorted(Comparator.comparing(q -> q.getEptqid()))
|
247
|
249
|
.map(q -> q.getQn()).distinct().collect(Collectors.joining(","));
|