瀏覽代碼

update

master
shenjiachi 3 天之前
父節點
當前提交
4b11451d2f
共有 1 個檔案被更改,包括 2 行新增0 行删除
  1. +2
    -0
      app/task/svc/svc_auto_caching_egg_point_statistics.go

+ 2
- 0
app/task/svc/svc_auto_caching_egg_point_statistics.go 查看文件

@@ -127,6 +127,8 @@ func AutoCachingEggPointStatistics(engine *xorm.Engine) {
parts := strings.Split(esIndexName, "_")
yearAndWeekStr := parts[len(parts)-1]
redisKey := fmt.Sprintf(md2.AutoCachingEggPointRedisKey, yearAndWeekStr)
// 更新缓存
cache.Del(redisKey)
cache.SetJson(redisKey, tempWeek, -1)
}
fmt.Println("----------------------------AutoCachingEggPointStatistics_end-------------------------------")


||||||
x
 
000:0
Loading…
取消
儲存