Browse Source

3.4.4 update-20250415

xiaofei 2 months ago
parent
commit
c837a1ed00

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

@@ -951,6 +951,7 @@ public class ExamDetailServiceImpl extends ServiceImpl<ExamDetailMapper, ExamDet
             if (CreatePdfTypeEnum.ALL.equals(type)) {
             if (CreatePdfTypeEnum.ALL.equals(type)) {
                 lambdaUpdateWrapper.set(ExamDetail::getAttachmentPath, null);
                 lambdaUpdateWrapper.set(ExamDetail::getAttachmentPath, null);
             }
             }
+            lambdaUpdateWrapper.set(ExamDetail::getMergePdfPath, null);
             lambdaUpdateWrapper.eq(ExamDetail::getId, entityId);
             lambdaUpdateWrapper.eq(ExamDetail::getId, entityId);
             this.update(examDetailUpdateWrapper);
             this.update(examDetailUpdateWrapper);
         }
         }