From 71fa90d3789619178c951de70f035c5f57c2dc59 Mon Sep 17 00:00:00 2001 From: khj0414 Date: Tue, 8 Apr 2025 16:03:02 +0900 Subject: [PATCH] =?UTF-8?q?=ED=88=AC=ED=91=9C=EC=BF=BC=EB=A6=AC=20?= =?UTF-8?q?=EB=B3=80=EA=B2=BD=20=5F=EB=A9=94=EC=9D=B8=EC=9D=BC=EB=95=8C?= =?UTF-8?q?=EB=A7=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/mapper/localvoteMapper.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/main/resources/mapper/localvoteMapper.xml b/src/main/resources/mapper/localvoteMapper.xml index f441812..7455ed7 100644 --- a/src/main/resources/mapper/localvoteMapper.xml +++ b/src/main/resources/mapper/localvoteMapper.xml @@ -84,7 +84,14 @@ - ORDER BY formatted_LOCVOTRDT DESC + + + ORDER BY LOCVOTEDT ASC, formatted_LOCVOTRDT DESC + + + ORDER BY formatted_LOCVOTRDT DESC + + UPDATE