feat: 更新多个模块以支持新的数据结构和日志格式

This commit is contained in:
TsMask
2025-02-20 10:08:27 +08:00
parent 045a2b6b01
commit f3c33b31ac
272 changed files with 13246 additions and 15885 deletions

View File

@@ -34,7 +34,7 @@ func (s *ChartGraph) LoadData(rowGroup, rowType string) map[string]any {
if rowType != "" {
graph.RowType = rowType
}
data := s.graphRepository.SelectList(graph)
data := s.graphRepository.Select(graph)
// 数据项
nodes := []map[string]any{}