diff --git a/app/services/shixun_search_service.rb b/app/services/shixun_search_service.rb index 99319f358..185335f99 100644 --- a/app/services/shixun_search_service.rb +++ b/app/services/shixun_search_service.rb @@ -52,7 +52,7 @@ class ShixunSearchService < ApplicationService def search_options order = - if sort_str == "myshixun_count" + if sort_str == "myshixuns_count" {"is_wechat_support" => "desc", sort_str => order_str} else {sort_str => order_str}