订单售后管理

This commit is contained in:
devil_gong
2019-05-27 18:40:31 +08:00
parent 18e4efd19a
commit ece92c66b0
18 changed files with 816 additions and 53 deletions

View File

@ -53,7 +53,7 @@ class CustomView extends Common
$params = input();
// 分页
$number = 10;
$number = MyC('admin_page_number', 10, true);
// 条件
$where = CustomViewService::CustomViewListWhere($params);