支付方式修改
This commit is contained in:
@@ -177,7 +177,7 @@ class ProductOrderController extends BaseAppController
|
||||
$h->select('name');
|
||||
}])->asArray()->one();
|
||||
|
||||
$prescription = Prescription::find()->select('cr_ids,wr_ids,gr_ids')->where(['id' => $ProductOrder['p_id']])->one();
|
||||
$prescription = Prescription::find()->select('cr_ids,wr_ids,gr_ids,category')->where(['id' => $ProductOrder['p_id']])->one();
|
||||
|
||||
if($prescription['wr_ids']){
|
||||
$wr_ids = explode(',', $prescription['wr_ids']);
|
||||
|
||||
Reference in New Issue
Block a user