优化: 重新入职部门可修改

This commit is contained in:
freedakgmail
2026-07-23 18:36:12 +08:00
parent eb58bc4b09
commit 5b1953176f
2 changed files with 5 additions and 2 deletions
+1
View File
@@ -232,6 +232,7 @@ export async function rehireEmployee(orgId: string, userId: string, id: string,
data: {
hireDate: newHireDate,
status: 'ACTIVE',
department: data.department || employee.department,
isPregnant: false,
isInMedicalPeriod: false,
isWorkInjured: false,