From f03877c1d56a01ed2824b7916ea7bba75d905f7b Mon Sep 17 00:00:00 2001 From: ziin Date: Mon, 24 Nov 2025 15:15:43 +0800 Subject: [PATCH] =?UTF-8?q?fix(system):=20=E4=BF=AE=E5=A4=8D=E7=A7=9F?= =?UTF-8?q?=E6=88=B7=E7=A7=AF=E5=88=86=E6=9F=A5=E8=AF=A2=E6=97=B6=E9=97=B4?= =?UTF-8?q?=E6=9D=A1=E4=BB=B6=E5=88=A4=E6=96=AD=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/TenantPointsMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yudao-module-system/src/main/resources/mapper/TenantPointsMapper.xml b/yudao-module-system/src/main/resources/mapper/TenantPointsMapper.xml index bd04d3c..8bc8dc7 100644 --- a/yudao-module-system/src/main/resources/mapper/TenantPointsMapper.xml +++ b/yudao-module-system/src/main/resources/mapper/TenantPointsMapper.xml @@ -35,7 +35,7 @@ and stp.type = #{pageReqVO.type} - + and stp.created_at between #{pageReqVO.createdAt[0]} and #{pageReqVO.createdAt[1]}