作者 lyh

gx数据

@@ -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'])){