From f169e4e723b8090fd042ea3de4513452fea37f84 Mon Sep 17 00:00:00 2001 From: cuizhibin Date: Sun, 18 May 2025 16:22:56 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E9=97=AE=E9=A2=98=E5=A4=84?= =?UTF-8?q?=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/resources/mapper/TurbineMapper.xml | 6 ------ core/src/main/resources/mapper/UserMapper.xml | 18 ------------------ 2 files changed, 24 deletions(-) diff --git a/core/src/main/resources/mapper/TurbineMapper.xml b/core/src/main/resources/mapper/TurbineMapper.xml index a7b2ab2..dd30c09 100644 --- a/core/src/main/resources/mapper/TurbineMapper.xml +++ b/core/src/main/resources/mapper/TurbineMapper.xml @@ -17,12 +17,6 @@ and t.turbine_desc like concat ('%', #{turbineDesc}, '%') - - and t.turbine_manufacturer like concat ('%', #{manufacturer}, '%') - - - and t.turbine_model like concat ('%', #{model}, '%') - diff --git a/core/src/main/resources/mapper/UserMapper.xml b/core/src/main/resources/mapper/UserMapper.xml index 7c12da4..ed3093d 100644 --- a/core/src/main/resources/mapper/UserMapper.xml +++ b/core/src/main/resources/mapper/UserMapper.xml @@ -12,24 +12,6 @@ from user a - -# and (a.TODO like concat('%', #{keyword,jdbcType=VARCHAR}, '%') or a.TODO like concat('%', #{keyword,jdbcType=VARCHAR}, '%')) - - - and a.user_id like concat ('%', #{user_id}, '%') - - - and a.name like concat ('%', #{name}, '%') - - - and a.role_type like concat ('%', #{roleType}, '%') - - - and a.company_id like concat ('%', #{companyId}, '%') - - - and a.password like concat ('%', #{password}, '%') - and a.status = #{status}