新增功能
This commit is contained in:
@@ -25,6 +25,17 @@ class OrderController extends BaseAdminController
|
||||
return $this->dataLists(new OrderLists());
|
||||
}
|
||||
|
||||
/**
|
||||
* @notes 订单统计(挂号费/药品费用)
|
||||
* @return \think\response\Json
|
||||
*/
|
||||
public function orderStats()
|
||||
{
|
||||
$params = $this->request->get();
|
||||
$result = OrderLogic::orderStats($params);
|
||||
return $this->data($result);
|
||||
}
|
||||
|
||||
/**
|
||||
* @notes 订单详情
|
||||
* @return \think\response\Json
|
||||
|
||||
Reference in New Issue
Block a user