seimin 1 ay önce
ebeveyn
işleme
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 120
       parentDutyId: this.parentDutyId || undefined,
121 121
       groupId: this.groupId || undefined,
122 122
       buildingId: this.fieldConfig.fields.buildingId || undefined,
123
-      placeId: this.fieldConfig.fields.buildingId || undefined,
123
+      placeId: this.fieldConfig.fields.floorId || undefined,
124 124
       categoryId: this.fieldConfig.fields.categoryId || undefined,
125 125
       hierarchy: this.fieldConfig.fields.hierarchy || undefined,
126 126
     };
@@ -183,7 +183,7 @@ export class UserStatisticsComponent implements OnInit, AfterViewInit {
183 183
       parentDutyId: this.parentDutyId || undefined,
184 184
       groupId: this.groupId || undefined,
185 185
       buildingId: this.fieldConfig.fields.buildingId || undefined,
186
-      placeId: this.fieldConfig.fields.buildingId || undefined,
186
+      placeId: this.fieldConfig.fields.floorId || undefined,
187 187
       categoryId: this.fieldConfig.fields.categoryId || undefined,
188 188
       hierarchy: this.fieldConfig.fields.hierarchy || undefined,
189 189
     };