Commit 45cdfe7a authored by zw's avatar zw

订单搜索

parent f9e38f98
...@@ -259,6 +259,10 @@ class OrderLog extends Basic ...@@ -259,6 +259,10 @@ class OrderLog extends Basic
} }
} }
/**
* 搜索订单
* @return \think\Response
*/
public function searchOrder() public function searchOrder()
{ {
$params = $this->params; $params = $this->params;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment