作者 lyh

gx

@@ -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 }