作者 lyh

gx

... ... @@ -161,7 +161,7 @@ class UpdateSeoTdk extends Command
$list = DB::connection('custom_mysql')->table($table)->get()->toArray();
if (!empty($list)) {
foreach ($list as $v) {
echo date('Y-m-d H:i:s') . $v;
echo date('Y-m-d H:i:s') . json_encode($v);
$update[$table]['total_page']++;
$v = (array)$v;
echo date('Y-m-d H:i:s') . '更新--' . $table . ':id' . $v['id'] . PHP_EOL;
... ...