|
@@ -158,7 +158,7 @@ public class StudentServiceImpl extends BaseServiceImpl<Integer, Student> implem
|
|
|
public Student updateInfo(Student student) {
|
|
|
student.setId(student.getUserId());
|
|
|
if (sysUserDao.update(student) <= 0 || studentDao.update(student) <= 0) {
|
|
|
- throw new BizException("学生信息更新失败,请重新");
|
|
|
+ throw new BizException("学生信息更新失败,请重试");
|
|
|
}
|
|
|
return student;
|
|
|
}
|