申诉的调整

dev_ec
cxt 5 years ago
parent 7e89b85772
commit cad231319a

@ -25,7 +25,6 @@ class Tiding < ApplicationRecord
def anonymous?
(container_type == 'StudentWorksScore' && extra.to_i == 3) ||
(container_type == 'StudentWorksScoresAppeal' && parent_container_type == 'AppealResult') ||
(container_type == 'StudentWorksScoresAppeal' && parent_container_type == 'StudentWork' && tiding_type == 'System')
end
end
Loading…
Cancel
Save