产品服务包的查询逻辑

This commit is contained in:
2024-12-24 14:19:22 +08:00
parent 6a2492484d
commit 888909ede4

View File

@@ -182,10 +182,10 @@ class ProductOrderController extends BaseAppController
if($prescription['wr_ids']){
$wr_ids = explode(',', $prescription['wr_ids']);
if ($prescription['prescription_type'] == 5) {
$west = ServicePackageRepice::find()->select('content,number,total_price')->where([
'in', 'id', $wr_ids
])->all();
ds($west);
} else {
$west = WestRepice::find()->select('content,number,total_price')->where([
'in', 'id', $wr_ids