Sfoglia il codice sorgente

余额变更记录

shish 4 anni fa
parent
commit
54cf104ebd

+ 1 - 2
app-ghs/controllers/ShopCapitalController.php

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

+ 1 - 2
app-hd/controllers/ShopCapitalController.php

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