orderve orders export add srv
This commit is contained in:
@@ -168,6 +168,9 @@ class Orders_v2_entity{
|
||||
if(!$this->order_row){
|
||||
$this->order_row = $this->ci->receiver_orders_v2_model->get(['id'=>$oid]);
|
||||
}
|
||||
elseif ($this->order_row['id'] != $oid){
|
||||
$this->order_row = $this->ci->receiver_orders_v2_model->get(['id'=>$oid]);
|
||||
}
|
||||
$money_json = json_decode($this->order_row['money_json'],true);
|
||||
$srv_price = 0;
|
||||
$list = []; //明细
|
||||
|
||||
Reference in New Issue
Block a user