fixed 项目统计异步异常处理

This commit is contained in:
2024-10-10 10:09:02 +08:00
parent 55f3890ccf
commit 382ac02b81

View File

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