Browse Source

提交代码

陈少旭 9 months ago
parent
commit
b91b4e761c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      controllers/statistics_api_controller.go

+ 1 - 1
controllers/statistics_api_controller.go View File

@@ -483,7 +483,7 @@ func (c *StatisticsApiController) GetDialyzer() {
483 483
 
484 484
 }
485 485
 func (c *StatisticsApiController) GetDialyzerDetail() {
486
-	dialyzer := c.GetString("Dialyzer")
486
+	dialyzer := c.GetString("dialyzer")
487 487
 	start_date := c.GetString("start_date")
488 488
 	end_date := c.GetString("end_date")
489 489
 	timeLayout := "2006-01-02"