|
...
|
...
|
@@ -262,7 +262,6 @@ 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]);
|
|
|
|
}
|
|
|
|
}
|
...
|
...
|
|