...
|
...
|
@@ -174,7 +174,7 @@ class OrderController extends Controller |
|
|
public function businessOrderIndex()
|
|
|
{
|
|
|
$param=$this->request->param();
|
|
|
$where['b.business_id']=$param['business_id'];
|
|
|
$where['b.id']=$param['business_id'];
|
|
|
if (!empty($param['order_sn'])){
|
|
|
$where['bo.order_sn']=['like','%'.$param['order_sn'].'%'];
|
|
|
}
|
...
|
...
|
|