From a006899a214ded2f1deab63a0545cde2f71ec511 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Mon, 19 Aug 2024 14:49:19 +0800 Subject: [PATCH] 1 --- webapp/controller/TempToolsController.class.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/webapp/controller/TempToolsController.class.php b/webapp/controller/TempToolsController.class.php index 3b936037..f861d08c 100644 --- a/webapp/controller/TempToolsController.class.php +++ b/webapp/controller/TempToolsController.class.php @@ -838,9 +838,9 @@ EOD; public function dumpSqlMigrate() { $conn = $this->_getMysql(''); - $heroSql = $this->dumpMigrateTable($conn, 't_hero', 'gamedb2006_tmp_1.t_hero_bk', 'WHERE activate=1'); - $mailSql = $this->dumpMigrateTable($conn, 't_mail', 'gamedb2006_tmp_1.t_mail_bk', ''); - $goldBullionSql = $this->dumpMigrateTable($conn, 't_gold_bullion', 'gamedb2006_tmp_1.t_gold_bullion_bk', ''); + $heroSql = $this->dumpMigrateTable($conn, 't_hero', 'gamedb2006_prod_1_old.t_hero_bk', 'WHERE activate=1'); + $mailSql = $this->dumpMigrateTable($conn, 't_mail', 'gamedb2006_prod_1_old.t_mail_bk', ''); + $goldBullionSql = $this->dumpMigrateTable($conn, 't_gold_bullion', 'gamedb2006_prod_1_old.t_gold_bullion_bk', ''); echo $heroSql; echo "\n"; echo $mailSql;