mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-03 20:00:49 +08:00
修复审核列表排序异常
This commit is contained in:
@@ -3,7 +3,7 @@ class Admins::IdentityVerificationQuery < ApplicationQuery
|
||||
|
||||
attr_reader :params
|
||||
|
||||
sort_columns :updated_at, default_by: :updated_at, default_direction: :desc
|
||||
sort_columns :created_at, default_by: :created_at, default_direction: :desc
|
||||
|
||||
def initialize(params)
|
||||
@params = params
|
||||
|
||||
Reference in New Issue
Block a user