订单详情不加诊所限制(给互联网医院转的在线复诊留口子)

This commit is contained in:
2025-12-30 11:05:17 +08:00
parent a8f0ea6c9e
commit 7fb50349c0

View File

@@ -46,7 +46,7 @@ class ProductOrderController extends BaseAppController
$ProductOrder = ProductOrder::find()->where([
'user_id' => \Yii::$app->user->identity->getId(),
'store_id' => $post['store_id'] ?? 11001
// 'store_id' => $post['store_id'] ?? 11001
])->orderBy('created_at DESC');
switch ($post['type']) {