educoder
xiaoxiaoqiong 3 years ago
parent 6679ada471
commit 44542a222b

@ -95,7 +95,6 @@ module ApplicationHelper
ec_subitem.ec_student_achievements << EcStudentAchievement.new(:ec_year_student_id => year_student.id, :student_number => year_student.student_id,
:student_name => year_student.name, :score => score.to_f,
:position => position, :ec_course_evaluation_id => ce.id)
Rails.logger.info("############ec_subitem.ec_student_achievements:#{ec_subitem.ec_student_achievements.to_json}")
Rails.logger.info("############work_score:#{score}")
end
end

Loading…
Cancel
Save