|
|
@@ -59,7 +59,7 @@ class GhsController extends BaseController
|
|
|
public function actionList()
|
|
|
{
|
|
|
$get = Yii::$app->request->get();
|
|
|
- $delStatus = isset($get['delStatus']) && is_numeric($get['delStatus']) ? $get['delStatus'] : 0
|
|
|
+ $delStatus = isset($get['delStatus']) && is_numeric($get['delStatus']) ? $get['delStatus'] : 0;
|
|
|
$where = [];
|
|
|
$where['ownShopId'] = $this->shopId;
|
|
|
$where['delStatus'] = $delStatus;
|