@@ -155,7 +155,7 @@ public class StudentServiceImpl extends BaseServiceImpl<Integer, Student> implem
}
@Override
- @Transactional
+ @Transactional(rollbackFor = Exception.class)
public Student updateInfo(Student student) {
student.setId(student.getUserId());
student.setUpdateTime(new Date());