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