|
@@ -411,7 +411,7 @@ public class TaskLogicServiceImpl implements TaskLogicService {
|
|
|
if (examStudentList != null && examStudentList.size() > 0) {
|
|
|
for (ExamStudent t : examStudentList) {
|
|
|
// 用带条码的模板
|
|
|
- basicAttachmentList.add(createPdfUtil.examStudentHtml(examCardDetail.getHtmlContent(), t, paperType, examDetail, examDetailCourse, sysUser.getId(), studentCardPdfList, basicCardRule));
|
|
|
+ basicAttachmentList.add(createPdfUtil.examStudentHtml(examCardDetail.getHtmlContent(), t, s, examDetail, examDetailCourse, sysUser.getId(), studentCardPdfList, basicCardRule));
|
|
|
}
|
|
|
} else if (examDetail.getPrintCount() != null) {
|
|
|
AtomicInteger atomicInteger = new AtomicInteger(0);
|