|
|
@@ -645,6 +645,9 @@ class OrderController extends BaseController
|
|
|
|
|
|
}
|
|
|
}
|
|
|
+ if (isset($get['customId']) && !empty($get['customId'])) {
|
|
|
+ $where['customId'] = $get['customId'];
|
|
|
+ }
|
|
|
$respond = OrderClass::getOrderList($where);
|
|
|
$respond['shop'] = $this->shop;
|
|
|
$respond['shopExt'] = $this->shopExt;
|