正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -291,7 +291,7 @@ class UpdateRoute extends Command | @@ -291,7 +291,7 @@ class UpdateRoute extends Command | ||
| 291 | 291 | ||
| 292 | public function getProduct(){ | 292 | public function getProduct(){ |
| 293 | $productModel = new Product(); | 293 | $productModel = new Product(); |
| 294 | - $lists = $productModel->list(['status'=>['!=',2]]); | 294 | + $lists = $productModel->list(); |
| 295 | if(!empty($lists)){ | 295 | if(!empty($lists)){ |
| 296 | foreach ($lists as $v){ | 296 | foreach ($lists as $v){ |
| 297 | if(!empty($v['route'])){ | 297 | if(!empty($v['route'])){ |
-
请 注册 或 登录 后发表评论