ziwen 2 năm trước cách đây
mục cha
commit
b367892ff6
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      controller/statistic.go

+ 1 - 1
controller/statistic.go

@@ -47,7 +47,7 @@ func getIncomeList(ch chan models.IncomeChartResp) (incomeChart models.IncomeCha
 		ch <- incomeChart
 	}()
 	todayStr := utils.GetToday("20060102")
-	key := "admin:home:incomeList:" + todayStr
+	key := "admin:home:fmsIncomeList:" + todayStr
 
 	redisJsonData, redisErr := global.Redis.Get(context.TODO(), key).Result()
 	if redisErr != nil {