fixed 项目统计异步异常处理
This commit is contained in:
parent
55f3890ccf
commit
382ac02b81
|
@ -102,7 +102,7 @@ class Cache::V2::ProjectCommonService < ApplicationService
|
|||
return
|
||||
else
|
||||
load_project
|
||||
return unless @project.is_full_public
|
||||
return unless @project.present? && @project.is_full_public
|
||||
if @owner_id.present?
|
||||
if $redis_cache.hget(project_common_key, owner_id_key).nil?
|
||||
reset_project_owner_id
|
||||
|
|
Loading…
Reference in New Issue