Kirin 3 年之前
父節點
當前提交
b2d811ff38
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      app/admin/controller/order/StoreOrder.php

+ 1 - 0
app/admin/controller/order/StoreOrder.php

@@ -76,6 +76,7 @@ class StoreOrder extends AuthController
             ['order', '']
         ]);
         $where['store_id'] = $this->adminInfo['store_id'];
+        if ($this->request->post('store_id') > 0) $where['store_id'] = $this->request->post('store_id');
         return Json::successful(StoreOrderModel::getBadge($where));
     }