yin 8 달 전
부모
커밋
291d75f79b
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/main/java/cn/com/qmth/scancentral/service/impl/StudentServiceImpl.java

+ 1 - 0
src/main/java/cn/com/qmth/scancentral/service/impl/StudentServiceImpl.java

@@ -1961,6 +1961,7 @@ public class StudentServiceImpl extends ServiceImpl<StudentDao, StudentEntity> i
     }
 
     @Override
+    @Transactional
     public AssignedTaskSaveVo submitAssignedCheckTask(AssginedTaskResult result, User user) {
         StudentEntity student = getById(result.getId());
         if (student == null) {