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