연도 최신순 정렬
This commit is contained in:
parent
6d46c07b29
commit
0e4a9e6716
@ -111,7 +111,11 @@
|
|||||||
CMNCODLV1 = 900
|
CMNCODLV1 = 900
|
||||||
AND
|
AND
|
||||||
CMNCODODR != 0
|
CMNCODODR != 0
|
||||||
|
ORDER BY
|
||||||
|
CASE WHEN CMNCODODR = 1 THEN 0 ELSE 1 END ASC,
|
||||||
|
CMNCODODR DESC
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<select id="selectcheckCategoryExists" parameterType="Map" resultType="Long">
|
<select id="selectcheckCategoryExists" parameterType="Map" resultType="Long">
|
||||||
select
|
select
|
||||||
count(*) checkCategory
|
count(*) checkCategory
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user