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