作者 lyh

gx

... ... @@ -261,6 +261,7 @@ class UpdateSeoTdk extends Command
}
DB::connection('custom_mysql')->table($table)->where(['id' => $v['id']])->update($data);
}
echo '打印数据:'.date('Y-m-d H:i:s') . 222222222 . PHP_EOL;
$update[$table] = json_encode($update[$table]);
}
}
... ...