shish %!s(int64=3) %!d(string=hai) anos
pai
achega
fefbec2ac7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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()
     public function actionList()
     {
     {
         $get = Yii::$app->request->get();
         $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 = [];
         $where['ownShopId'] = $this->shopId;
         $where['ownShopId'] = $this->shopId;
         $where['delStatus'] = $delStatus;
         $where['delStatus'] = $delStatus;