lrf402788946 4 年之前
父节点
当前提交
9a6b359fc5
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/service/statistics/index.js

+ 1 - 1
app/service/statistics/index.js

@@ -10,7 +10,7 @@ class IndexService extends CrudService {
   constructor(ctx) {
     super(ctx, 'index');
     this.redis = this.app.redis;
-    this.patentModel = this.ctx.model.Patent;
+    this.patentModel = this.ctx.model.Dock.Patent;
     this.code = this.ctx.model.Code;
     this.productModel = this.ctx.model.Product;
     this.expertModel = this.ctx.model.Expert;