From e8296042e3a6daafacdb1c44622e7eb2ff0c7d82 Mon Sep 17 00:00:00 2001 From: Ziin Date: Wed, 11 Jun 2025 18:29:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=20Hosts=20=E5=AE=9E=E4=BD=93?= =?UTF-8?q?=E7=B1=BB=E5=88=9B=E5=BB=BA=E8=80=85=E5=AD=97=E6=AE=B5=E7=B1=BB?= =?UTF-8?q?=E5=9E=8B=E4=B8=BA=20Long?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/yupi/springbootinit/model/entity/NewHosts.java | 2 +- src/main/resources/mapper/NewHostsMapper.xml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/java/com/yupi/springbootinit/model/entity/NewHosts.java b/src/main/java/com/yupi/springbootinit/model/entity/NewHosts.java index f61aad1..c9451b5 100644 --- a/src/main/java/com/yupi/springbootinit/model/entity/NewHosts.java +++ b/src/main/java/com/yupi/springbootinit/model/entity/NewHosts.java @@ -71,7 +71,7 @@ public class NewHosts { /** * 入库人 */ - private Integer creator; + private Long creator; /** * 数据插入时间 diff --git a/src/main/resources/mapper/NewHostsMapper.xml b/src/main/resources/mapper/NewHostsMapper.xml index b133b57..5279c82 100644 --- a/src/main/resources/mapper/NewHostsMapper.xml +++ b/src/main/resources/mapper/NewHostsMapper.xml @@ -15,7 +15,7 @@ - + @@ -47,7 +47,7 @@ values (#{hostsId,jdbcType=VARCHAR}, #{hostsLevel,jdbcType=VARCHAR}, #{hostsCoins,jdbcType=INTEGER}, #{invitationType,jdbcType=INTEGER}, #{fans,jdbcType=INTEGER}, #{fllowernum,jdbcType=INTEGER}, #{yesterdayCoins,jdbcType=INTEGER}, #{country,jdbcType=VARCHAR}, #{hostsKind,jdbcType=VARCHAR}, - #{tenantId,jdbcType=BIGINT}, #{creator,jdbcType=INTEGER}) + #{tenantId,jdbcType=BIGINT}, #{creator,jdbcType=BIGINT}) @@ -128,7 +128,7 @@ #{tenantId,jdbcType=BIGINT}, - #{creator,jdbcType=INTEGER}, + #{creator,jdbcType=BIGINT}, #{createTime,jdbcType=TIMESTAMP},