正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -20,7 +20,7 @@ class OrderController extends Controller | @@ -20,7 +20,7 @@ class OrderController extends Controller | ||
20 | public function marketOrderIndex() | 20 | public function marketOrderIndex() |
21 | { | 21 | { |
22 | $param=$this->request->param(); | 22 | $param=$this->request->param(); |
23 | - $where=['']; | 23 | + $where=[]; |
24 | if (!empty($param['order_sn'])){ | 24 | if (!empty($param['order_sn'])){ |
25 | $where['mo.order_sn']=['like','%'.$param['order_sn'].'%']; | 25 | $where['mo.order_sn']=['like','%'.$param['order_sn'].'%']; |
26 | } | 26 | } |
-
请 注册 或 登录 后发表评论