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
调整glcc 白名单处理逻辑
pull/338/head
呱呱呱
2 years ago
parent
7664e2e4d3
commit
fab25436a0
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
app/models/glcc_medium_term_examine_material.rb
+ 1
- 1
app/models/glcc_medium_term_examine_material.rb
View File
@@ -43,7 +43,7 @@ class GlccMediumTermExamineMaterial < ActiveRecord::Base
unless pr.present?
state << 3
end
if white_list
&& term == 1
#特殊处理 白名单
的中期
考核不处理
中期考核后去掉
if white_list #特殊处理 白名单考核不处理
state = []
end
state
Write
Preview
Loading…
Cancel
Save