From 4d6ef150dfa5f155f55a3d6bb65ee7f6bc75de38 Mon Sep 17 00:00:00 2001 From: panshuling321 Date: Fri, 29 Apr 2022 14:25:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=BF=AE=E6=94=B9=E7=A7=9F?= =?UTF-8?q?=E6=88=B7=E4=BF=A1=E6=81=AF=E6=97=B6=E6=9B=B4=E6=96=B0=E8=BF=90?= =?UTF-8?q?=E8=90=A5=E5=95=86=E9=99=90=E9=A2=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/xhpc/system/controller/XhpcTenantController.java | 3 --- .../src/main/resources/mapper/XhpcTenantMapper.xml | 1 + 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/ruoyi-modules/ruoyi-system/src/main/java/com/xhpc/system/controller/XhpcTenantController.java b/ruoyi-modules/ruoyi-system/src/main/java/com/xhpc/system/controller/XhpcTenantController.java index cd9a2ab5..ab0379d3 100644 --- a/ruoyi-modules/ruoyi-system/src/main/java/com/xhpc/system/controller/XhpcTenantController.java +++ b/ruoyi-modules/ruoyi-system/src/main/java/com/xhpc/system/controller/XhpcTenantController.java @@ -129,7 +129,4 @@ public class XhpcTenantController extends BaseController { return R.fail(); } - - - } 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 50ce631d..11e2eb38 100644 --- a/ruoyi-modules/ruoyi-system/src/main/resources/mapper/XhpcTenantMapper.xml +++ b/ruoyi-modules/ruoyi-system/src/main/resources/mapper/XhpcTenantMapper.xml @@ -279,6 +279,7 @@ expire_time = #{expireTime,jdbcType=TIMESTAMP}, contact_number = #{contactNumber,jdbcType=VARCHAR}, station_quote = #{stationQuote,jdbcType=INTEGER}, + operator_quote = #{operatorQuote}, station_pile_quote = #{stationPileQuote,jdbcType=INTEGER}, address = #{address,jdbcType=VARCHAR}, update_user = #{updateUser,jdbcType=BIGINT},