wangliang 2 년 전
부모
커밋
62995200c0
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      themis-business/src/main/java/com/qmth/themis/business/templete/service/impl/TempleteLogicServiceImpl.java

+ 1 - 0
themis-business/src/main/java/com/qmth/themis/business/templete/service/impl/TempleteLogicServiceImpl.java

@@ -149,6 +149,7 @@ public class TempleteLogicServiceImpl implements TempleteLogicService {
                             teStudent = new TEStudent(orgId, examStudentImportDto.getIdentity(), examStudentImportDto.getName(), createId);
                         }
                         teExamStudent = gson.fromJson(gson.toJson(examStudentImportDto), TEExamStudent.class);
+                        teExamStudent.setIdentity(examStudentImportDto.getIdentity());
                         teExamStudent.setExamId(examId);
                         teExamStudent.setStudentId(teStudent.getId());
                         teExamStudent.setCreateId(createId);