Przeglądaj źródła

余额变动明细

shish 5 lat temu
rodzic
commit
ed84944924
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      app-ghs/controllers/ShopYeChangeController.php

+ 1 - 0
app-ghs/controllers/ShopYeChangeController.php

@@ -24,6 +24,7 @@ class ShopYeChangeController extends BaseController
         }
         $where['ptStyle'] = $ptStyle;
         $where['tx'] = $tx;
+        $where['shopId'] = $this->shopId;
         $list = ShopYeChangeClass::getChangeList($where);
         util::success($list);
     }