educoder
xiaoxiaoqiong 4 years ago
parent 81db47dca8
commit 6679ada471

@ -95,6 +95,7 @@ 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