产品服务包的查询逻辑

This commit is contained in:
2024-12-24 14:14:15 +08:00
parent 38a308dd47
commit 0ae0ca7923

View File

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