shish %!s(int64=5) %!d(string=hai) anos
pai
achega
ca470618ed

+ 1 - 1
app-ghs/controllers/ShopCapitalController.php

@@ -15,7 +15,7 @@ class ShopCapitalController extends BaseController
     {
         $get = Yii::$app->request->get();
         $where = [];
-        $io = $get['id'] ?? 1;
+        $io = $get['io'] ?? 1;
         $where['sjId'] = $this->sjId;
         $where['shopId'] = $this->shopId;
         $where['io'] = $io;

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

@@ -15,7 +15,7 @@ class ShopCapitalController extends BaseController
     {
         $get = Yii::$app->request->get();
         $where = [];
-        $io = $get['id'] ?? 1;
+        $io = $get['io'] ?? 1;
         $where['sjId'] = $this->sjId;
         $where['shopId'] = $this->shopId;
         $where['io'] = $io;