作者 潘浩文
1 个管道 的构建 通过 耗费 0 秒

接口对接测试

@@ -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 }