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