forked from wangziqi/gongxue-base
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++;
|
||||
|
||||
@@ -117,7 +117,7 @@ export class WeComService {
|
||||
name: wd.name,
|
||||
source: 'wecom',
|
||||
sourceId,
|
||||
parentSourceId: (wd.parentid ? String(wd.parentid) : undefined) as any,
|
||||
parentSourceId: (wd.parentid ? String(wd.parentid) : undefined),
|
||||
type: 'department',
|
||||
});
|
||||
deptCount++;
|
||||
|
||||
Reference in New Issue
Block a user