From a616c84611a633cb84527576430a7a42c16ba0d8 Mon Sep 17 00:00:00 2001 From: ray <1490493387@qq.com> Date: Sat, 3 Aug 2024 22:00:53 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=97=B6=E9=97=B4=E8=8C=83=E5=9B=B4?= =?UTF-8?q?=E6=A3=80=E7=B4=A2=E4=B8=BA=E5=88=A4=E7=A9=BA=E9=97=AE=E9=A2=98?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/mapper/SysUserMapper.xml | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/src/main/resources/mapper/SysUserMapper.xml b/src/main/resources/mapper/SysUserMapper.xml index 5954c136..de28bdc1 100644 --- a/src/main/resources/mapper/SysUserMapper.xml +++ b/src/main/resources/mapper/SysUserMapper.xml @@ -37,13 +37,15 @@ AND concat(',',concat(d.tree_path,',',d.id),',') like concat('%,',#{queryParams.deptId},',%') - - - AND u.create_time >= #{startDate} - - - - AND u.create_time <= #{endDate} + + + + AND u.create_time >= #{startDate} + + + + AND u.create_time <= #{endDate} + GROUP BY