重新同步教职工数据

This commit is contained in:
2025-12-23 17:01:33 +08:00
parent ece58bf11d
commit d9d4e90528
3 changed files with 12 additions and 6 deletions

View File

@@ -24,3 +24,10 @@ export function listInstructorNew(query) {
params: query
})
}
// 新同步教职工
export function syncInstructorinfonew() {
return request({
url: '/syncdata/synchronousEmployEEInfoList',
method: 'post'
})
}