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