...
|
...
|
@@ -176,7 +176,6 @@ class OrderController extends Controller |
|
|
$param=$this->request->param();
|
|
|
$where=[];
|
|
|
$where['c.id']=$param['category_id'];
|
|
|
$this->success('获取信息成功',"");
|
|
|
if (!empty($param['order_sn'])){
|
|
|
$where['bo.order_sn']=['like','%'.$param['order_sn'].'%'];
|
|
|
}
|
...
|
...
|
|