Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -13866,7 +13866,7 @@ class DispatchCenter { | @@ -13866,7 +13866,7 @@ class DispatchCenter { | ||
| 13866 | entityId: key, | 13866 | entityId: key, |
| 13867 | cmdId, | 13867 | cmdId, |
| 13868 | agg, | 13868 | agg, |
| 13869 | - keys: getKeys(moreFilterRecord.map(item => item.attr)), | 13869 | + keys: item.attr, |
| 13870 | interval: toNumber(interval, 1000), | 13870 | interval: toNumber(interval, 1000), |
| 13871 | startTs: Date.now() - toNumber(effectScope), | 13871 | startTs: Date.now() - toNumber(effectScope), |
| 13872 | ...(dataType === HandleDataSource.enumDataBindType.REAL ? {} : { endTs: Date.now() }) | 13872 | ...(dataType === HandleDataSource.enumDataBindType.REAL ? {} : { endTs: Date.now() }) |