修改供应链订单列表的错误
This commit is contained in:
parent
0c1f7ac16a
commit
40b0ef425a
@ -68,7 +68,7 @@ class OrderOther extends BaseController
|
|||||||
}
|
}
|
||||||
$where['paid']=1;
|
$where['paid']=1;
|
||||||
if($where['source']<=0){
|
if($where['source']<=0){
|
||||||
$where['source']=105;
|
$where['source']=12;
|
||||||
}
|
}
|
||||||
return app('json')->success($this->repository->merchantGetList($where, $page, $limit));
|
return app('json')->success($this->repository->merchantGetList($where, $page, $limit));
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user