feat: complete remaining PRD tasks — RBAC nodes and staff split, schedule month view, auto-generate attendance from schedules, plus fix TypeORM name
This commit is contained in:
@@ -123,7 +123,7 @@ export class DingTalkService {
|
||||
name: dd.name,
|
||||
source: 'dingtalk',
|
||||
sourceId,
|
||||
parentSourceId: (dd.parent_id ? String(dd.parent_id) : undefined) as any,
|
||||
parentSourceId: (dd.parent_id ? String(dd.parent_id) : undefined),
|
||||
type: 'department',
|
||||
});
|
||||
deptCount++;
|
||||
|
||||
Reference in New Issue
Block a user