From 3a2fb412281a37f9c84a13ebbd3252cacfc7e54d Mon Sep 17 00:00:00 2001 From: panshuling321 Date: Thu, 5 May 2022 09:42:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=9B=B4=E6=96=B0=E7=A7=9F?= =?UTF-8?q?=E6=88=B7=E6=8E=88=E6=9D=83=E9=85=8D=E7=BD=AE=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ruoyi-system/src/main/resources/mapper/XhpcTenantMapper.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/ruoyi-modules/ruoyi-system/src/main/resources/mapper/XhpcTenantMapper.xml b/ruoyi-modules/ruoyi-system/src/main/resources/mapper/XhpcTenantMapper.xml index 11e2eb38..e115fd74 100644 --- a/ruoyi-modules/ruoyi-system/src/main/resources/mapper/XhpcTenantMapper.xml +++ b/ruoyi-modules/ruoyi-system/src/main/resources/mapper/XhpcTenantMapper.xml @@ -301,6 +301,7 @@ update xhpc_tenant set station_quote = #{stationQuote,jdbcType=INTEGER}, station_pile_quote = #{stationPileQuote,jdbcType=INTEGER}, + operator_quote = #{operatorQuote}, expire_time = #{expireTime,jdbcType=TIMESTAMP}, update_user = #{updateUser,jdbcType=BIGINT}, update_time = sysdate()