|
@@ -52,7 +52,7 @@ public class StudentServiceImpl implements StudentService {
|
|
|
|
|
|
@Autowired
|
|
|
DataSendService dataSendService;
|
|
|
-
|
|
|
+
|
|
|
@Autowired
|
|
|
OrgService orgService;
|
|
|
|
|
@@ -195,6 +195,15 @@ public class StudentServiceImpl implements StudentService {
|
|
|
return student;
|
|
|
}
|
|
|
|
|
|
+
|
|
|
+ * 实现
|
|
|
+ *
|
|
|
+ * @author WANGWEI
|
|
|
+ *
|
|
|
+ * @see cn.com.qmth.examcloud.core.basic.service.StudentService#
|
|
|
+ * insertOrUpdateStudent(cn.com.qmth.examcloud.core.basic.service.bean.
|
|
|
+ * StudentInfo)
|
|
|
+ */
|
|
|
@Override
|
|
|
@Transactional
|
|
|
public Student insertOrUpdateStudent(StudentInfo studentInfo) {
|