Commit 89f82a9b authored by wwccw0591's avatar wwccw0591

pc

parent e10c1a31
...@@ -353,6 +353,7 @@ class ShopkeeperServiceModel extends \Business\AbstractModel ...@@ -353,6 +353,7 @@ class ShopkeeperServiceModel extends \Business\AbstractModel
$allQuery = array(); $allQuery = array();
$allQuery['bool'] = array(); $allQuery['bool'] = array();
if (!empty($keyword)) { if (!empty($keyword)) {
$orderState=!empty($orderState)?$orderState:false;
$where= $this->getOrderIndexWhere($storeId,$keyword,$pageIndex,$pageSize,$orderState); $where= $this->getOrderIndexWhere($storeId,$keyword,$pageIndex,$pageSize,$orderState);
} else { } else {
$where = 'han_order.store_id=' . $storeId; $where = 'han_order.store_id=' . $storeId;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment