修改处方商品
This commit is contained in:
@@ -292,25 +292,6 @@ class UserDoctorController extends AbstractController
|
||||
*/
|
||||
public function addPrescription(): ResponseInterface
|
||||
{
|
||||
|
||||
// $data = array();
|
||||
// $data['order_prescription_id'] = "498883041773666305";
|
||||
// $data['icd_id'] = 111;
|
||||
// $order_prescription_icd = OrderPrescriptionIcd::addOrderPrescriptionIcd($data);
|
||||
// if (empty($order_prescription_icd)) {
|
||||
// dump(111);
|
||||
// }
|
||||
// die;
|
||||
// $data = array();
|
||||
// $data['order_prescription_id'] = "498883041773666305";
|
||||
// $data['product_id'] = 2;
|
||||
// $data['prescription_product_num'] = 1;
|
||||
// $order_prescription_product = OrderPrescriptionProduct::addOrderPrescriptionProduct($data);
|
||||
// if (empty($order_prescription_product)) {
|
||||
// dump(111);
|
||||
// }
|
||||
// dump(222);die;
|
||||
|
||||
$request = $this->container->get(UserDoctorRequest::class);
|
||||
$request->scene('addPrescription')->validateResolved();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user