From 24ce51e1f8b5b8db4a1b5dbe653c2a640c1aaebc Mon Sep 17 00:00:00 2001 From: dongdingding <207595406@qq.com> Date: Thu, 21 Dec 2023 16:27:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=96=B0=E5=A2=9E=E8=AE=A1?= =?UTF-8?q?=E5=88=92=E4=BC=81=E4=B8=9Alistxml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/mapper/yingji/BEnterpriseNewMapper.xml | 12 ++++++------ .../mapper/yingji/BPlanEnterpriseMapper.xml | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/ruoyi-system/src/main/resources/mapper/yingji/BEnterpriseNewMapper.xml b/ruoyi-system/src/main/resources/mapper/yingji/BEnterpriseNewMapper.xml index 72cedc6..4dc4792 100644 --- a/ruoyi-system/src/main/resources/mapper/yingji/BEnterpriseNewMapper.xml +++ b/ruoyi-system/src/main/resources/mapper/yingji/BEnterpriseNewMapper.xml @@ -76,14 +76,14 @@ and s.enterprise_name like concat('%', #{enterpriseName}, '%') - - and s.district like concat('%',#{district}, '%') + + and a.district like concat('%',#{district}, '%') - - and s.district like concat('%',#{district}, '%') + + and a.district like concat('%',#{district}, '%') - - and s.district in + + and a.district in #{item} diff --git a/ruoyi-system/src/main/resources/mapper/yingji/BPlanEnterpriseMapper.xml b/ruoyi-system/src/main/resources/mapper/yingji/BPlanEnterpriseMapper.xml index 790463f..835fb98 100644 --- a/ruoyi-system/src/main/resources/mapper/yingji/BPlanEnterpriseMapper.xml +++ b/ruoyi-system/src/main/resources/mapper/yingji/BPlanEnterpriseMapper.xml @@ -76,13 +76,13 @@ and a.update_id = #{updateId} and a.user_id = #{userId} and a.dept_id = #{deptId} - + and a.district like concat('%',#{district}, '%') - + and a.district like concat('%',#{district}, '%') - + and a.district in #{item}