|
@@ -397,8 +397,9 @@ class BoxService extends Service
|
|
|
}
|
|
|
foreach ($list as &$v){
|
|
|
$detail = $sale_orders_key_product[$v['top_id']];
|
|
|
+// var_dump($detail);die;
|
|
|
$v['customer_name'] = $detail['customer_name'];
|
|
|
- $v['technology_name'] = $detail['technology_name'];
|
|
|
+ $v['technology_material'] = $detail['technology_material'];
|
|
|
$v['wood_name'] = $detail['wood_name'];
|
|
|
$v['team_name'] = '';
|
|
|
}
|