From d1386b5cda0c2e980fa09c57ebb1031b0f687490 Mon Sep 17 00:00:00 2001 From: Ziin Date: Thu, 26 Jun 2025 19:29:03 +0800 Subject: [PATCH] =?UTF-8?q?1.=E5=88=A0=E9=99=A4=E4=B8=8D=E5=BF=85=E8=A6=81?= =?UTF-8?q?=E5=AD=97=E6=AE=B5=20Xml=20=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/mapper/NewHostsMapper.xml | 24 +------------------- 1 file changed, 1 insertion(+), 23 deletions(-) diff --git a/src/main/resources/mapper/NewHostsMapper.xml b/src/main/resources/mapper/NewHostsMapper.xml index 7697155..e901fbf 100644 --- a/src/main/resources/mapper/NewHostsMapper.xml +++ b/src/main/resources/mapper/NewHostsMapper.xml @@ -18,8 +18,6 @@ - - @@ -90,12 +88,6 @@ create_time, - - updater, - - - update_time, - @@ -134,12 +126,6 @@ #{createTime,jdbcType=TIMESTAMP}, - - #{updater,jdbcType=VARCHAR}, - - - #{updateTime,jdbcType=TIMESTAMP}, - @@ -182,12 +168,6 @@ create_time = #{createTime,jdbcType=TIMESTAMP}, - - updater = #{updater,jdbcType=VARCHAR}, - - - update_time = #{updateTime,jdbcType=TIMESTAMP}, - where id = #{id,jdbcType=BIGINT} @@ -205,9 +185,7 @@ hosts_kind = #{hostsKind,jdbcType=VARCHAR}, tenant_id = #{tenantId,jdbcType=BIGINT}, creator = #{creator,jdbcType=INTEGER}, - create_time = #{createTime,jdbcType=TIMESTAMP}, - updater = #{updater,jdbcType=VARCHAR}, - update_time = #{updateTime,jdbcType=TIMESTAMP} + create_time = #{createTime,jdbcType=TIMESTAMP} where id = #{id,jdbcType=BIGINT}