feat: 更新多个模块以支持新的数据结构和日志格式
This commit is contained in:
@@ -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{}
|
||||
|
||||
Reference in New Issue
Block a user