浏览代码

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;
   }
 }