fix(server): restore @InjectRepository(UserDingMapping) accidentally removed with scope
This commit is contained in:
@@ -33,6 +33,7 @@ export class AttendanceService {
|
||||
private scheduleRepo: Repository<ClassSchedule>,
|
||||
@InjectRepository(ClassStudent)
|
||||
private classStudentRepo: Repository<ClassStudent>,
|
||||
@InjectRepository(UserDingMapping)
|
||||
private userDingMappingRepo: Repository<UserDingMapping>,
|
||||
) {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user