正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
| @@ -261,6 +261,7 @@ class UpdateSeoTdk extends Command | @@ -261,6 +261,7 @@ class UpdateSeoTdk extends Command | ||
| 261 | } | 261 | } |
| 262 | DB::connection('custom_mysql')->table($table)->where(['id' => $v['id']])->update($data); | 262 | DB::connection('custom_mysql')->table($table)->where(['id' => $v['id']])->update($data); |
| 263 | } | 263 | } |
| 264 | + echo '打印数据:'.date('Y-m-d H:i:s') . 222222222 . PHP_EOL; | ||
| 264 | $update[$table] = json_encode($update[$table]); | 265 | $update[$table] = json_encode($update[$table]); |
| 265 | } | 266 | } |
| 266 | } | 267 | } |
-
请 注册 或 登录 后发表评论