guhongwei 3 年之前
父节点
当前提交
2ff7efe138
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/service/check_record.js

+ 1 - 1
app/service/check_record.js

@@ -8,7 +8,7 @@ const assert = require('assert');
 class Check_recordService extends CrudService {
 class Check_recordService extends CrudService {
   constructor(ctx) {
   constructor(ctx) {
     super(ctx, 'check_record');
     super(ctx, 'check_record');
-    this.model = this.ctx.model.RheckRecord;
+    this.model = this.ctx.model.CheckRecord;
   }
   }
 }
 }