Explorar o código

印刷任务管理

xiaof %!s(int64=4) %!d(string=hai) anos
pai
achega
bc834b7ca6

+ 0 - 1
distributed-print-business/src/main/java/com/qmth/distributed/print/business/service/impl/ExamTaskDetailServiceImpl.java

@@ -90,7 +90,6 @@ public class ExamTaskDetailServiceImpl extends ServiceImpl<ExamTaskDetailMapper,
         List<Long> examDetailCourseIds = examDetailCourses.stream().map(m->m.getId()).collect(Collectors.toList());
         SysUser sysUser = (SysUser) ServletUtil.getRequestUser();
         Map<String, Object> map = tbTaskService.saveTask(TaskTypeEnum.CREATE_PDF, paperParam.getPrintPlanId(),sysUser);
-        map.computeIfAbsent("printPlanId", v -> paperParam.getPrintPlanId());
         map.computeIfAbsent("examDetailCourseIds", v -> examDetailCourseIds);
         map.computeIfAbsent("paperType", v -> paperParam.getRelatePaperType());
         asyncCreatePdfTempleteService.createPdf(map);