Merge pull request '调整glcc白名单逻辑' (#142) from KingChan/forgeplus:chenjing into standalone_develop

This commit is contained in:
KingChan 2023-09-26 10:05:24 +08:00
commit 9e650c5f59
1 changed files with 1 additions and 1 deletions

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