智能组卷可选题数不对

sso
cxt 5 years ago
parent 858e854887
commit de135d0dcd

@ -28,8 +28,8 @@ class OptionalItemQuery < ApplicationQuery
items = items.where(public: public) items = items.where(public: public)
# 难度 # 难度
difficulty = difficulty ? difficulty.to_i : 1 diff = difficulty ? difficulty.to_i : 1
items = items.where(difficulty: difficulty) items = items.where(difficulty: diff)
items items
end end
end end
Loading…
Cancel
Save