正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
@@ -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'].'%']; |
-
请 注册 或 登录 后发表评论