guhongwei %!s(int64=3) %!d(string=hai) anos
pai
achega
2ff7efe138
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 {
   constructor(ctx) {
     super(ctx, 'check_record');
-    this.model = this.ctx.model.RheckRecord;
+    this.model = this.ctx.model.CheckRecord;
   }
 }