浏览代码

update

master
shenjiachi 1 天前
父节点
当前提交
485a02ea93
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      app/task/svc/svc_auto_caching_egg_point_statistics.go

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

@@ -31,7 +31,7 @@ func AutoCachingEggPointStatistics(engine *xorm.Engine) {
return
}
cache.SetEx(AutoCachingEggPointStatisticsLockKey, "running", 10*60) // 10 min
cache.Del(AutoCachingEggPointStatisticsLockKey)
defer cache.Del(AutoCachingEggPointStatisticsLockKey)

// 1. 查询所有蛋蛋分索引
aliasName := md.EggEnergyUserEggScoreEsAlias


正在加载...
取消
保存