Browse Source

调整glcc 白名单处理逻辑

pull/338/head
呱呱呱 2 years ago
parent
commit
fab25436a0
1 changed files with 1 additions and 1 deletions
  1. +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


Loading…
Cancel
Save