社保台账人员信息快照sql

This commit is contained in:
Harryxzy 2024-10-11 10:41:52 +08:00
parent 8d8fc5c15d
commit bbbb29a3d9
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ set department_id = b.departmentId,
jobcall_id = b.jobcallId,
jobcall = b.jobcall,
status = b.status
FROM hrsa_salary_acct_emp a INNER JOIN (
FROM hrsa_bill_detail a INNER JOIN (
select e.id as employeeId,
d.departmentname as departmentName,
d.id as departmentId,