...
|
...
|
@@ -20,7 +20,7 @@ class OrderController extends Controller |
|
|
public function marketOrderIndex()
|
|
|
{
|
|
|
$param=$this->request->param();
|
|
|
$where=[''];
|
|
|
$where=[];
|
|
|
if (!empty($param['order_sn'])){
|
|
|
$where['mo.order_sn']=['like','%'.$param['order_sn'].'%'];
|
|
|
}
|
...
|
...
|
|