From 724b8fd09cc754df40b2a48ebc3c4bc45a7d3d31 Mon Sep 17 00:00:00 2001 From: 20918 <2091823062@qq.com> Date: Tue, 21 May 2024 10:32:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B6=89=E5=AF=86=E4=BA=BA=E5=91=98=E7=BB=9F?= =?UTF-8?q?=E8=AE=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/system/SysDeptMapper.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ruoyi-system/src/main/resources/mapper/system/SysDeptMapper.xml b/ruoyi-system/src/main/resources/mapper/system/SysDeptMapper.xml index d6bcf2d..1368c3e 100644 --- a/ruoyi-system/src/main/resources/mapper/system/SysDeptMapper.xml +++ b/ruoyi-system/src/main/resources/mapper/system/SysDeptMapper.xml @@ -49,6 +49,12 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" AND dept_name like concat('%', #{deptName}, '%') + + AND framework = #{framework} + + + AND area = #{area} + AND status = #{status}