wangwei hace 7 años
padre
commit
c6018c29fd

+ 1 - 0
examcloud-core-examwork-api-provider/src/main/java/cn/com/qmth/examcloud/core/examwork/api/controller/ExamStudentController.java

@@ -177,6 +177,7 @@ public class ExamStudentController extends ControllerSupport {
 		for (ExamStudent cur : examStudents) {
 			ExamStudentDomain bean = new ExamStudentDomain();
 			bean.setId(cur.getId());
+			bean.setStudentId(cur.getStudentId());
 			bean.setStudentName(cur.getName());
 			bean.setStudentCode(cur.getStudentCode());
 			bean.setIdentityNumber(cur.getIdentityNumber());