1
This commit is contained in:
@@ -748,8 +748,15 @@ class PatientOrderService extends BaseService
|
||||
return fail(HttpEnumCode::HTTP_ERROR,"处方已使用");
|
||||
}
|
||||
|
||||
|
||||
// 获取处方药品数据
|
||||
$params = array();
|
||||
$params['order_prescription_id'] = $order_prescription['order_prescription_id'];
|
||||
$order_prescription_product = OrderPrescriptionProduct::getList($params);
|
||||
if (empty($order_prescription_product)){
|
||||
return fail(HttpEnumCode::HTTP_ERROR,"处方药品错误");
|
||||
}
|
||||
|
||||
dump($order_prescription_product->toArray());
|
||||
|
||||
// 新增药品订单
|
||||
// 新增药品订单详情
|
||||
|
||||
Reference in New Issue
Block a user