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