Browse Source

一些功能

Kirin 4 years ago
parent
commit
cd0c491089
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/admin/controller/order/StoreOrder.php

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

@@ -123,7 +123,7 @@ class StoreOrder extends AuthController
             ['page', 1],
             ['limit', 20],
         ]);
-        return Json::successlayui(StoreExchangeOrder::OrderList($where));
+        return Json::successlayui(StoreExchangeOrder::getList($where));
     }
 
     public function order_print($id = '')