门店查询逻辑

This commit is contained in:
李琦
2026-01-26 14:50:54 +08:00
parent 9e05f6daec
commit 0f51b369f4

View File

@@ -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();