From f0f4d1a288e26823a065e2288fcc583633fb4b2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A7=A6=E8=8B=B1=E6=9D=B0?= <327782001@qq.com> Date: Mon, 20 Feb 2023 22:18:34 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E5=9C=A8sql=E4=B8=AD=E4=BD=BF=E7=94=A8or?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/mapper/UserMapper.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/resources/mapper/UserMapper.xml b/src/main/resources/mapper/UserMapper.xml index 8b084dc..8feac8e 100644 --- a/src/main/resources/mapper/UserMapper.xml +++ b/src/main/resources/mapper/UserMapper.xml @@ -24,13 +24,13 @@ id <= 1 - id >= 2 and id < 4 + (id >= 2 and id < 4) - id >= 5 and id < 6 + ( id >= 5 and id < 6) - id >= 8 and id < 9 + ( id >= 8 and id < 9) -- GitLab