forked from wangziqi/gongxue-base
refactor: remove departmentId from Class entity
This commit is contained in:
@@ -128,7 +128,7 @@ export class AttendanceService {
|
||||
status: 'pending',
|
||||
source: 'schedule',
|
||||
});
|
||||
entity.departmentId = cs.student?.departmentId ?? cls.departmentId ?? undefined;
|
||||
entity.departmentId = cs.student?.departmentId ?? undefined;
|
||||
entities.push(entity);
|
||||
existingKeys.add(key);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user