WANG 5 年之前
父节点
当前提交
46a602b533

+ 1 - 0
examcloud-core-basic-api-provider/src/main/java/cn/com/qmth/examcloud/core/basic/api/provider/StudentCloudServiceProvider.java

@@ -72,6 +72,7 @@ public class StudentCloudServiceProvider extends ControllerSupport implements St
 		trim(req);
 
 		StudentInfo studentInfo = new StudentInfo();
+		studentInfo.setEnable(req.getEnable());
 		studentInfo.setName(req.getName());
 		studentInfo.setIdentityNumber(req.getIdentityNumber());
 		studentInfo.setStudentCodeList(req.getStudentCodeList());