shish il y a 3 ans
Parent
commit
fefbec2ac7
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      app-hd/controllers/GhsController.php

+ 1 - 1
app-hd/controllers/GhsController.php

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