seimin 1 月之前
父节点
当前提交
477a76e2a4

+ 2 - 2
src/app/views/new-statistics/maintenance-statistics/user-statistics/user-statistics.component.ts

@@ -120,7 +120,7 @@ export class UserStatisticsComponent implements OnInit, AfterViewInit {
120
       parentDutyId: this.parentDutyId || undefined,
120
       parentDutyId: this.parentDutyId || undefined,
121
       groupId: this.groupId || undefined,
121
       groupId: this.groupId || undefined,
122
       buildingId: this.fieldConfig.fields.buildingId || undefined,
122
       buildingId: this.fieldConfig.fields.buildingId || undefined,
123
-      placeId: this.fieldConfig.fields.buildingId || undefined,
123
+      placeId: this.fieldConfig.fields.floorId || undefined,
124
       categoryId: this.fieldConfig.fields.categoryId || undefined,
124
       categoryId: this.fieldConfig.fields.categoryId || undefined,
125
       hierarchy: this.fieldConfig.fields.hierarchy || undefined,
125
       hierarchy: this.fieldConfig.fields.hierarchy || undefined,
126
     };
126
     };
@@ -183,7 +183,7 @@ export class UserStatisticsComponent implements OnInit, AfterViewInit {
183
       parentDutyId: this.parentDutyId || undefined,
183
       parentDutyId: this.parentDutyId || undefined,
184
       groupId: this.groupId || undefined,
184
       groupId: this.groupId || undefined,
185
       buildingId: this.fieldConfig.fields.buildingId || undefined,
185
       buildingId: this.fieldConfig.fields.buildingId || undefined,
186
-      placeId: this.fieldConfig.fields.buildingId || undefined,
186
+      placeId: this.fieldConfig.fields.floorId || undefined,
187
       categoryId: this.fieldConfig.fields.categoryId || undefined,
187
       categoryId: this.fieldConfig.fields.categoryId || undefined,
188
       hierarchy: this.fieldConfig.fields.hierarchy || undefined,
188
       hierarchy: this.fieldConfig.fields.hierarchy || undefined,
189
     };
189
     };