mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/per-boe/java-servers.git
synced 2025-12-11 03:46:50 +08:00
教授修改
This commit is contained in:
@@ -205,6 +205,7 @@ public class TeacherServiceImpl implements ITeacherService {
|
||||
}
|
||||
|
||||
@Override
|
||||
@Transactional
|
||||
public void updateTeacher(Teacher entity) {
|
||||
Teacher teacher = dao.get(entity.getId());
|
||||
dao.update(teacher);
|
||||
|
||||
Reference in New Issue
Block a user