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