lrf402788946 4 년 전
부모
커밋
45d589d2db
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/service/statistics/index.js

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

@@ -18,7 +18,7 @@ class IndexService extends CrudService {
     this.personalModel = this.ctx.model.Personal;
     this.organizationModel = this.ctx.model.Organization;
     this.surveyModel = this.ctx.model.Survey;
-    this.dockUser = this.ctx.model.DockUser; // 没改
+    this.dockUser = this.ctx.model.Dock.DockUser; // 没改
     this.tranModel = this.ctx.model.Dock.DockTranscation;// 没改
   }
   /**