orderve orders export add srv

This commit is contained in:
qianhy
2023-01-16 16:18:30 +08:00
committed by lccsw
parent 89a985f30d
commit 9980da7264
3 changed files with 57 additions and 1 deletions
@@ -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 = []; //明细