浏览代码

代码调整

wangliang 1 年之前
父节点
当前提交
e47268dd0b

+ 2 - 0
distributed-print-business/src/main/java/com/qmth/distributed/print/business/service/impl/TRBasicInfoServiceImpl.java

@@ -850,6 +850,8 @@ public class TRBasicInfoServiceImpl extends ServiceImpl<TRBasicInfoMapper, TRBas
             TCPaperStruct tcPaperStruct = tcPaperStructService.queryByExamIdAndCourseCodeAndPaperNumber(examId, courseCode, paperNumber);
             TCPaperStruct tcPaperStruct = tcPaperStructService.queryByExamIdAndCourseCodeAndPaperNumber(examId, courseCode, paperNumber);
             if (Objects.nonNull(tcPaperStruct)) {
             if (Objects.nonNull(tcPaperStruct)) {
                 tcPaperStruct.setPaperStructDimension(null);
                 tcPaperStruct.setPaperStructDimension(null);
+                SysUser sysUser = (SysUser) ServletUtil.getRequestUser();
+                tcPaperStruct.updateInfo(sysUser.getId());
                 tcPaperStructService.updateById(tcPaperStruct);
                 tcPaperStructService.updateById(tcPaperStruct);
             }
             }
         }
         }