shish 5 years ago
parent
commit
abccc0faec
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app-pt/controllers/ShopCapitalController.php

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

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