产品服务包的查询逻辑

This commit is contained in:
2024-12-24 14:14:50 +08:00
parent 0ae0ca7923
commit 6a2492484d

View File

@@ -181,7 +181,7 @@ class ProductOrderController extends BaseAppController
if($prescription['wr_ids']){
$wr_ids = explode(',', $prescription['wr_ids']);
if (intval($prescription['prescription_type']) === 5) {
if ($prescription['prescription_type'] == 5) {
$west = ServicePackageRepice::find()->select('content,number,total_price')->where([
'in', 'id', $wr_ids