소스 검색

bug,没写目录

lrf 2 년 전
부모
커밋
d60c5f7605
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/service/relation/relationStudentCoach.js

+ 1 - 1
app/service/relation/relationStudentCoach.js

@@ -8,7 +8,7 @@ const assert = require('assert');
 class RelationStudentCoachService extends CrudService {
   constructor(ctx) {
     super(ctx, 'relationstudentcoach');
-    this.model = this.ctx.model.RelationStudentCoach;
+    this.model = this.ctx.model.Relation.RelationStudentCoach;
   }
 }