正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -174,7 +174,7 @@ class OrderController extends Controller | @@ -174,7 +174,7 @@ class OrderController extends Controller | ||
174 | public function businessOrderIndex() | 174 | public function businessOrderIndex() |
175 | { | 175 | { |
176 | $param=$this->request->param(); | 176 | $param=$this->request->param(); |
177 | - $where['b.business_id']=$param['business_id']; | 177 | + $where['b.id']=$param['business_id']; |
178 | if (!empty($param['order_sn'])){ | 178 | if (!empty($param['order_sn'])){ |
179 | $where['bo.order_sn']=['like','%'.$param['order_sn'].'%']; | 179 | $where['bo.order_sn']=['like','%'.$param['order_sn'].'%']; |
180 | } | 180 | } |
-
请 注册 或 登录 后发表评论