|
@@ -13,6 +13,8 @@ class LessonStudentService extends CrudService {
|
|
|
this.rscModel = this.ctx.model.Relation.RelationStudentCoach;
|
|
|
this.lessonCoachModel = this.ctx.model.Business.LessonCoach;
|
|
|
this.lessonModel = this.ctx.model.Business.Lesson;
|
|
|
+ this.rcsModel = this.ctx.model.Relation.RelationCoachSchool;
|
|
|
+ this.rssModel = this.ctx.model.Relation.RelationStudentSchool;
|
|
|
}
|
|
|
|
|
|
async checkCanUse({ school_id, student_id, lesson_id }) {
|