diff --git a/member/modules/v1/controllers/ProductOrderController.php b/member/modules/v1/controllers/ProductOrderController.php index 8ebd0f4..c717765 100644 --- a/member/modules/v1/controllers/ProductOrderController.php +++ b/member/modules/v1/controllers/ProductOrderController.php @@ -181,8 +181,7 @@ class ProductOrderController extends BaseAppController if($prescription['wr_ids']){ $wr_ids = explode(',', $prescription['wr_ids']); - ds($prescription['prescription_type']); - if ($prescription['prescription_type'] == 5) { + if ($ProductOrder['prescription_type'] == 5) { $west = ServicePackageRepice::find()->select('content,number,total_price')->where([ 'in', 'id', $wr_ids ])->all();