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>,
|
private scheduleRepo: Repository<ClassSchedule>,
|
||||||
@InjectRepository(ClassStudent)
|
@InjectRepository(ClassStudent)
|
||||||
private classStudentRepo: Repository<ClassStudent>,
|
private classStudentRepo: Repository<ClassStudent>,
|
||||||
|
@InjectRepository(UserDingMapping)
|
||||||
private userDingMappingRepo: Repository<UserDingMapping>,
|
private userDingMappingRepo: Repository<UserDingMapping>,
|
||||||
) {}
|
) {}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user