Commit 8bdc6c1c authored by wwccw0591's avatar wwccw0591

orderEdit

parent d2577346
...@@ -96,7 +96,7 @@ class QmDeliverymanLogModel extends \DAO\AbstractModel ...@@ -96,7 +96,7 @@ class QmDeliverymanLogModel extends \DAO\AbstractModel
$where['order_type'] = ApiConst::orderTypeRefund; $where['order_type'] = ApiConst::orderTypeRefund;
$where['delivery_state'] = ApiConst::deliveryStateWait; $where['delivery_state'] = ApiConst::deliveryStateWait;
} }
if ($type == ApiConst::deliveryStateComplete) { if ($type == ApiConst::deliveryStateWait) {
$where['delivery_state'] = ApiConst::deliveryStateComplete; $where['delivery_state'] = ApiConst::deliveryStateComplete;
} }
$list = $this->lists($where, $order, $this->fieldList, $pageIndex, $pageSize); $list = $this->lists($where, $order, $this->fieldList, $pageIndex, $pageSize);
......
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