|
...
|
...
|
@@ -291,7 +291,7 @@ class UpdateRoute extends Command |
|
|
|
|
|
|
|
public function getProduct(){
|
|
|
|
$productModel = new Product();
|
|
|
|
$lists = $productModel->list(['status'=>['!=',2]]);
|
|
|
|
$lists = $productModel->list();
|
|
|
|
if(!empty($lists)){
|
|
|
|
foreach ($lists as $v){
|
|
|
|
if(!empty($v['route'])){
|
...
|
...
|
|