Browse Source

3.4.5 update-20250603 bug修复

xiaofei 2 weeks ago
parent
commit
7d220c8050

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

@@ -1288,7 +1288,6 @@ public class ExamTaskServiceImpl extends ServiceImpl<ExamTaskMapper, ExamTask> i
             examTask.setPaperConfirmAttachmentIds(examTaskSubmitPram.getPaperConfirmAttachmentIds());
             examTask.setRemark(examTaskSubmitPram.getRemark());
             examTask.insertInfo(sysUser.getId());
-            examTask.setExamTaskContent(examTaskSubmitPram.getExamTaskContent());
 
             if (Objects.isNull(examTask.getFlowId())) {
                 if (Objects.nonNull(basicPrintConfig.getReview()) && basicPrintConfig.getReview()) {
@@ -1301,6 +1300,7 @@ public class ExamTaskServiceImpl extends ServiceImpl<ExamTaskMapper, ExamTask> i
                     mapVar.put(SystemConstant.SEND_FLOW_START_MQ, true);
                 }
             }
+            examTask.setExamTaskContent(examTaskSubmitPram.getExamTaskContent());
             this.save(examTask);
 
             // 新建试卷