产品服务包的查询逻辑

This commit is contained in:
2024-12-24 14:24:51 +08:00
parent 66a9963273
commit 0a49006844

View File

@@ -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();