细节优化

This commit is contained in:
Devil
2020-12-05 20:35:13 +08:00
parent fbaed9b851
commit 4220eace3a
22 changed files with 156 additions and 42 deletions

View File

@ -111,9 +111,10 @@ class Order extends Common
// 获取列表
$data_params = array(
'm' => 0,
'n' => 1,
'where' => $where,
'm' => 0,
'n' => 1,
'where' => $where,
'is_orderaftersale' => 1,
);
$data = OrderService::OrderList($data_params);
if(!empty($data['data'][0]))