diff --git a/src/main/resources/mapper/UserMapper.xml b/src/main/resources/mapper/UserMapper.xml index 8b084dcaccae3d6c11c3b5ae3f2377b3202b5555..8feac8e431556d1257320e838ad3f80b442731f9 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)