@@ -301,6 +301,7 @@ public class ExamStudentService {
}
if(examStudent != null){
dto.setId(examStudent.getId());
+ dto.setStudentId(examStudent.getStudentId());
@@ -67,6 +67,7 @@ public class ExamStudentAssembler {
domain.setStudentCode(dto.getStudentCode());
domain.setInfoCollector(dto.getInfoCollector());
domain.setPhone(dto.getPhone());
+ domain.setStudentId(dto.getStudentId());
return domain;