编程作业的迟交扣分有问题

This commit is contained in:
cxt 2015-12-30 17:21:06 +08:00
parent 335ea381b4
commit a74cba5190
1 changed files with 1 additions and 1 deletions

View File

@ -497,7 +497,7 @@ class UsersController < ApplicationController
#提交作品时,计算是否迟交
if Time.parse(homework.end_time.to_s).strftime("%Y-%m-%d") < Time.parse(Time.now.to_s).strftime("%Y-%m-%d")
student_work.late_penalty = 1
student_work.late_penalty = homework.late_penalty
else
student_work.late_penalty = 0
end