指标数据增加总和数据

This commit is contained in:
刘祥超
2021-07-01 10:39:42 +08:00
parent 54dbe1f3e4
commit 907676d688
7 changed files with 115 additions and 4 deletions

View File

@@ -228,7 +228,7 @@ func (this *MetricItemDAO) ComposeItemConfig(tx *dbs.Tx, itemId int64) (*serverc
Category: item.Category,
Value: item.Value,
Keys: item.DecodeKeys(),
Version: types.Int(item.Version),
Version: types.Int32(item.Version),
}
return config, nil