wangliang 4 năm trước cách đây
mục cha
commit
cd3886ae3e

+ 1 - 1
distributed-print-business/src/main/java/com/qmth/distributed/print/business/templete/service/impl/TaskLogicServiceImpl.java

@@ -221,7 +221,7 @@ public class TaskLogicServiceImpl implements TaskLogicService {
                             //查询考生
                             QueryWrapper<ExamStudent> examStudentQueryWrapper = new QueryWrapper<>();
                             examStudentQueryWrapper.lambda().eq(ExamStudent::getSchoolId, sysUser.getSchoolId())
-                                    .eq(ExamStudent::getExamDetailCourseId, examTaskDetail.getId());
+                                    .eq(ExamStudent::getExamDetailCourseId, examDetailCourse.getId());
                             List<ExamStudent> examStudentList = examStudentService.list(examStudentQueryWrapper);
 
                             if (Objects.nonNull(examPrintPlan.getVariableContent())) {