mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-07-06 05:42:37 +08:00
web后端+前端数据列表支持排序操作
This commit is contained in:
@ -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);
|
||||
|
||||
Reference in New Issue
Block a user