|
|
@@ -16,8 +16,7 @@ class ShopCapitalController extends BaseController
|
|
|
$get = Yii::$app->request->get();
|
|
|
$where = [];
|
|
|
$io = $get['io'] ?? 1;
|
|
|
- $where['sjId'] = $this->sjId;
|
|
|
- $where['shopId'] = $this->shopId;
|
|
|
+ $where['mainId'] = $this->mainId;
|
|
|
$where['io'] = $io;
|
|
|
$list = ShopCapitalClass::getCapitalList($where);
|
|
|
util::success($list);
|