作者 刘锟

合并分支 'akun' 到 'master'

Akun



查看合并请求 !1651
... ... @@ -131,14 +131,14 @@ class Temp extends Command
if ($category_arr) {
CategoryRelated::saveRelated($product['id'], $category_arr);
}
$this->output($title . ' | success');
}
}
//关闭数据库
DB::disconnect('custom_mysql');
}
$this->output('success');
return true;
}
... ...