From dd32293b9e065957ad075e0e79144a21cf0de65e Mon Sep 17 00:00:00 2001 From: cxt <853663049@qq.com> Date: Wed, 25 Dec 2019 16:41:18 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=89=E7=94=A8=E5=AE=9E=E8=AE=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/controllers/shixun_lists_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/shixun_lists_controller.rb b/app/controllers/shixun_lists_controller.rb index d0bfe3d88..7174d7446 100644 --- a/app/controllers/shixun_lists_controller.rb +++ b/app/controllers/shixun_lists_controller.rb @@ -5,6 +5,6 @@ class ShixunListsController < ApplicationController private def search_params - params.permit(:keyword, :type, :page, :limit, :order, :status, :diff) + params.permit(:keyword, :type, :page, :limit, :order, :status, :diff, :sort) end end \ No newline at end of file