查看最新成绩

dev_hjm_a
cxt 5 years ago
parent 1dd52f9acc
commit cb3fc13307

@ -136,7 +136,7 @@ class HomeworkCommon < ApplicationRecord
# 作业查看最新成绩
def update_score identity
identity < Course::NORMAL && publish_time.present? && publish_time < Time.now && !course.is_end
identity < Course::NORMAL && publish_time.present? && publish_time < Time.now && !end_or_late_none_group
end
# 作业能否立即发布

Loading…
Cancel
Save