diff --git a/api/controllers/wxapp/licheb/CusorderV2.php b/api/controllers/wxapp/licheb/CusorderV2.php index d9755ef6..3799832e 100644 --- a/api/controllers/wxapp/licheb/CusorderV2.php +++ b/api/controllers/wxapp/licheb/CusorderV2.php @@ -747,7 +747,7 @@ class CusorderV2 extends Wxapp $item_map = $this->items_model->map('id', 'vin', $where, '', '', '', 'id,vin'); } //获取订单资料 - $order_datas = $this->receiver_order_datas_model->get_map_by_oids(array_column($rows, 'id'), 'id,o_id,cardida,business_licence,car_img,register_img,ins_img,other_img'); + $order_datas = $this->receiver_order_datas_model->get_map_by_oids(array_column($rows, 'id'), 'id,o_id,cardida,business_licence,car_img,register_img,ins_img,other_img,insurance_img,business_img'); $status_arr = $this->orders_model->get_status(); $old_status_arr = $this->receiver_orders_model->get_status(); $allot = $this->get_allot();