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