diff --git a/app/Services/PatientOrderService.php b/app/Services/PatientOrderService.php index 8c32726..c8da7de 100644 --- a/app/Services/PatientOrderService.php +++ b/app/Services/PatientOrderService.php @@ -1425,11 +1425,6 @@ class PatientOrderService extends BaseService $product_ids = $this->request->input('product_ids'); $client_type = $this->request->input('client_type'); - dump($order_prescription_id); - dump($address_id); - dump($product_ids); - dump($client_type);die; - // 获取处方数据 $params = array(); $params['order_prescription_id'] = $order_prescription_id;