Przeglądaj źródła

专利警告缺少引用

ruifeng_liu 3 lat temu
rodzic
commit
908b58c477
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      app/service/patent/patentearly.js

+ 1 - 0
app/service/patent/patentearly.js

@@ -12,6 +12,7 @@ class PatentearlyService extends CrudService {
     super(ctx, 'patentearly');
     this.model = this.ctx.model.Patent.Patentearly;
     this.patentinfo = this.ctx.model.Patent.Patentinfo;
+    this.personalModel = this.ctx.model.Personal;
   }
   async query(query, { skip = 0, limit = 0 }) {
     const newquery = await this.resetCode(query);