|
|
@ -110,7 +110,7 @@ class GraduationTopicsController < ApplicationController
|
|
|
|
left_banner_content = @course.course_modules.search_by_module_type("graduation")
|
|
|
|
left_banner_content = @course.course_modules.search_by_module_type("graduation")
|
|
|
|
if left_banner_content.present?
|
|
|
|
if left_banner_content.present?
|
|
|
|
@left_banner_id = left_banner_content.first.id
|
|
|
|
@left_banner_id = left_banner_content.first.id
|
|
|
|
@left_banner_name = left_banner_content.first.name
|
|
|
|
@left_banner_name = "毕设选题"
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
|
|