|
|
@ -51,7 +51,7 @@ class SyncCategory extends Command |
|
|
|
public function copyCategory(int $new_store_id, $is_update_image = 0){ |
|
|
|
public function copyCategory(int $new_store_id, $is_update_image = 0){ |
|
|
|
$store_id = 0; |
|
|
|
$store_id = 0; |
|
|
|
$model = new CategoryModel; |
|
|
|
$model = new CategoryModel; |
|
|
|
$list = $model->getList(['store_id' => self::DEFAULT_STORE_ID]); |
|
|
|
$list = $model->getList(['store_id' => self::DEFAULT_STORE_ID,'status' => 1]); |
|
|
|
// var_dump($list); |
|
|
|
// var_dump($list); |
|
|
|
// exit(); |
|
|
|
// exit(); |
|
|
|
if (!$list) { |
|
|
|
if (!$list) { |
|
|
|