Commit 89d26ad3 authored by wwccw0591's avatar wwccw0591

pc

parent ea79cd3a
......@@ -244,6 +244,7 @@ class OrderModel extends \DAO\AbstractModel
}
$where = $this->db->getSqlWhereByArray($where);
$data['order_state'] = $status;
$data['finnshed_time']=TIMESTAMP;
if ($isConfirm) {
$data['shipping_over'] = ApiConst::shippingOver;
}
......
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