소스 검색

update

master
shenjiachi 1 일 전
부모
커밋
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-------------------------------")


불러오는 중...
취소
저장