Merge #1502 공지목록의 추출기준을 문서번호가 아니라 글순서로 변경 by sejin7940

* pr/1502:
  Update getNoticeList.xml
This commit is contained in:
Kijin Sung 2015-10-08 14:16:45 +09:00
commit 86fd1b228d

View file

@ -11,6 +11,6 @@
<condition operation="equal" column="category_srl" var="category_srl" pipe="and" />
</conditions>
<navigation>
<index var="sort_index" default="document_srl" order="desc" />
<index var="sort_index" default="list_order" order="asc" />
</navigation>
</query>