门店查询逻辑
This commit is contained in:
@@ -326,7 +326,7 @@ class ProductOrderController extends BaseAppController
|
||||
$ProductOrder = ProductOrder::find()->where([
|
||||
'id' => $post['order_id'],
|
||||
'user_id' => \Yii::$app->user->identity->getId(),
|
||||
'store_id' => $post['store_id'],
|
||||
// 'store_id' => $post['store_id'],
|
||||
'status' => 0,
|
||||
'cancel_status' => 0
|
||||
])->one();
|
||||
|
||||
Reference in New Issue
Block a user