订单详情不加诊所限制(给互联网医院转的在线复诊留口子)
This commit is contained in:
@@ -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']) {
|
||||
|
||||
Reference in New Issue
Block a user