From 6e9442de23a428be5997bb42266c7a5a5e7fe611 Mon Sep 17 00:00:00 2001 From: Ziin Date: Mon, 16 Jun 2025 13:34:32 +0800 Subject: [PATCH] =?UTF-8?q?1.=E4=BF=AE=E6=94=B9country=5Finfo=20=E8=A1=A8?= =?UTF-8?q?=E5=90=8D=E4=B8=BAserver=5Fcountry=5Finfo=202.=E4=BF=AE?= =?UTF-8?q?=E6=94=B9new=5Fhosts=E8=A1=A8=E5=90=8D=E4=B8=BA=20server=5Fnew?= =?UTF-8?q?=5Fhosts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/mapper/CountryInfoMapper.xml | 6 +- src/main/resources/mapper/NewHostsMapper.xml | 76 +++++++++---------- 2 files changed, 41 insertions(+), 41 deletions(-) diff --git a/src/main/resources/mapper/CountryInfoMapper.xml b/src/main/resources/mapper/CountryInfoMapper.xml index 1af4537..f40c73f 100644 --- a/src/main/resources/mapper/CountryInfoMapper.xml +++ b/src/main/resources/mapper/CountryInfoMapper.xml @@ -3,7 +3,7 @@ - + @@ -19,7 +19,7 @@ - + @@ -36,7 +36,7 @@ \ No newline at end of file diff --git a/src/main/resources/mapper/NewHostsMapper.xml b/src/main/resources/mapper/NewHostsMapper.xml index 8ec0bd1..e21cb04 100644 --- a/src/main/resources/mapper/NewHostsMapper.xml +++ b/src/main/resources/mapper/NewHostsMapper.xml @@ -3,7 +3,7 @@ - + @@ -25,7 +25,7 @@ - + @@ -49,17 +49,17 @@ select - from new_hosts + from server_new_hosts where id = #{id,jdbcType=BIGINT} - delete from new_hosts + delete from server_new_hosts where id = #{id,jdbcType=BIGINT} - insert into new_hosts (hosts_id, hosts_level, hosts_coins, + insert into server_new_hosts (hosts_id, hosts_level, hosts_coins, Invitation_type, fans, fllowernum, yesterday_coins, country, hosts_kind, tenant_id, creator, user_id @@ -71,7 +71,7 @@ - insert into new_hosts + insert into server_new_hosts hosts_id, @@ -163,7 +163,7 @@ - update new_hosts + update server_new_hosts hosts_id = #{hostsId,jdbcType=VARCHAR}, @@ -212,7 +212,7 @@ - update new_hosts + update server_new_hosts set hosts_id = #{hostsId,jdbcType=VARCHAR}, hosts_level = #{hostsLevel,jdbcType=VARCHAR}, hosts_coins = #{hostsCoins,jdbcType=INTEGER}, @@ -231,7 +231,7 @@ - insert into new_hosts + insert into server_new_hosts (hosts_id, hosts_level, hosts_coins, Invitation_type, fans, fllowernum, yesterday_coins, country, hosts_kind, tenant_id, creator, user_id) values @@ -244,104 +244,104 @@