feat: 添加KpiReport模型和SelectKPI方法,优化数据查询逻辑
This commit is contained in:
@@ -91,7 +91,7 @@ func (s *PerfKPIController) GoldKPI(c *gin.Context) {
|
||||
}
|
||||
|
||||
// 查询数据
|
||||
kpiData := s.perfKPIService.SelectGoldKPI(querys)
|
||||
kpiData := s.perfKPIService.FindData(querys)
|
||||
c.JSON(200, result.OkData(kpiData))
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user