作者 董瑞恩
1 个管道 的构建 通过 耗费 0 秒

order

@@ -30,6 +30,7 @@ use EasyWeChat\Payment\Order; @@ -30,6 +30,7 @@ use EasyWeChat\Payment\Order;
30 class AdminOrderController extends AdminBaseController{ 30 class AdminOrderController extends AdminBaseController{
31 31
32 public function index(){ 32 public function index(){
  33 + $param=$this->request->param();
33 $where=array(); 34 $where=array();
34 if (!empty($param['order_no'])){ 35 if (!empty($param['order_no'])){
35 $where['order_no']=['like','%'.$param['order_no'].'%']; 36 $where['order_no']=['like','%'.$param['order_no'].'%'];