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

order

... ... @@ -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'].'%'];
... ...