lrf402788946 hace 4 años
padre
commit
45d589d2db
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;// 没改
   }
   /**