支付方式修改

This commit is contained in:
2025-03-11 13:34:25 +08:00
parent d2fac81132
commit 5a2782d0ff

View File

@@ -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']);