产品服务包的查询逻辑
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user