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