|
|
@@ -13,10 +13,9 @@ class ShopCapitalController extends BaseController
|
|
|
|
|
|
public function actionList()
|
|
|
{
|
|
|
- $get = Yii::$app->request->get();
|
|
|
- $shopId = $get['shopId'] ?? 0;
|
|
|
$where = [];
|
|
|
- $where['shopId'] = $shopId;
|
|
|
+ $where['sjId'] = $this->sjId;
|
|
|
+ $where['shopId'] = $this->shopId;
|
|
|
$list = ShopCapitalClass::getCapitalList($where);
|
|
|
util::success($list);
|
|
|
}
|