|
|
@@ -100,6 +100,11 @@ class ProductController extends BaseController
|
|
|
$where['status'] = $status;
|
|
|
}
|
|
|
|
|
|
+ $delStatus = Yii::$app->request->get('delStatus', '');
|
|
|
+ if (is_numeric($delStatus)) {
|
|
|
+ $where['delStatus'] = $delStatus;
|
|
|
+ }
|
|
|
+
|
|
|
$shopId = Yii::$app->request->get('shopId', 0);
|
|
|
if (!$shopId) {
|
|
|
$shopId = $this->shopId;
|