mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-07-06 21:45:47 +08:00
订单售后管理
This commit is contained in:
@ -53,7 +53,7 @@ class CustomView extends Common
|
||||
$params = input();
|
||||
|
||||
// 分页
|
||||
$number = 10;
|
||||
$number = MyC('admin_page_number', 10, true);
|
||||
|
||||
// 条件
|
||||
$where = CustomViewService::CustomViewListWhere($params);
|
||||
|
||||
Reference in New Issue
Block a user