wangliang 2 年之前
父節點
當前提交
62995200c0

+ 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);