This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
Gitlink
/
forgeplus
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
16
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
Merge branch 'standalone_develop' into pre_trustie_server
pull/303/head
yystopf
4 years ago
parent
57c60b2fe9
f0b8489828
commit
217e0fdd97
1 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-3
app/services/cache/v2/user_date_rank_service.rb
+ 3
- 3
app/services/cache/v2/user_date_rank_service.rb
View File
@@ -16,15 +16,15 @@ class Cache::V2::UserDateRankService < ApplicationService
end
def read_rank
user_rank
user_rank
unless @user_id.blank?
end
def read_statistic
user_statistic
user_statistic
unless @user_id.blank?
end
def call
set_user_rank
set_user_rank
unless @user_id.blank?
end
private
Write
Preview
Loading…
Cancel
Save