|
@@ -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 {
|