背景知识

dev_course
daiao 5 years ago
parent 3f0f08d808
commit 3d8c3ed938

@ -409,7 +409,7 @@ class ShixunsController < ApplicationController
end end
def propaedeutics def propaedeutics
@content = Shixun.where(identifier: params[:identifier]).pluck(:propaedeutics) @content = Shixun.find_by_identifier!(params[:identifier]).propaedeutics
end end
# 更新背景知识 # 更新背景知识

Loading…
Cancel
Save