web后端+前端数据列表支持排序操作

This commit is contained in:
devil
2020-10-29 00:33:25 +08:00
parent 3e53cf1a31
commit 6c7cc0d907
55 changed files with 249 additions and 75 deletions

View File

@ -68,6 +68,7 @@ class PayRequestLog extends Common
'where' => $this->form_where,
'm' => $page->GetPageStarNumber(),
'n' => $this->page_size,
'order_by' => $this->form_order_by['data'],
'user_type' => 'admin',
];
$ret = PayRequestLogService::PayRequestLogList($data_params);