연도 최신순 정렬

This commit is contained in:
yoon 2025-02-28 15:50:21 +09:00
parent 6d46c07b29
commit 0e4a9e6716

View File

@ -111,7 +111,11 @@
CMNCODLV1 = 900
AND
CMNCODODR != 0
ORDER BY
CASE WHEN CMNCODODR = 1 THEN 0 ELSE 1 END ASC,
CMNCODODR DESC
</select>
<select id="selectcheckCategoryExists" parameterType="Map" resultType="Long">
select
count(*) checkCategory