修改教职工同步功能

This commit is contained in:
2025-09-12 02:30:51 +08:00
parent 643f2f7979
commit 8d764216fb
4 changed files with 36 additions and 99 deletions

View File

@@ -20,6 +20,7 @@ public interface QgzxTeacherMapper extends BaseMapper<QgzxTeacher> {
* @return 教职工信息
*/
public QgzxTeacher selectQgzxTeacherByTeacherId(Long teacherId);
public QgzxTeacher selectQgzxTeacherByEmployeeId(String employeeId);
/**
* 查询教职工信息列表