...
|
...
|
@@ -175,7 +175,7 @@ class OrderController extends Controller |
|
|
{
|
|
|
$param=$this->request->param();
|
|
|
$where=[];
|
|
|
if (!empty($param['order_sn'])){
|
|
|
if (!empty($param['category_id'])){
|
|
|
$where['c.id']=$param['category_id'];
|
|
|
}
|
|
|
if (!empty($param['order_sn'])){
|
...
|
...
|
|