mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 18:51:41 +09:00
#436 댓글 목록 추출시에 comment_srl에 대해 명시적 정렬을 쿼리에 추가하여 댓글 순서가 꼬이지 않도록 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3919 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
567d6788b9
commit
675bfb7d34
1 changed files with 1 additions and 0 deletions
|
|
@ -14,6 +14,7 @@
|
|||
<navigation>
|
||||
<index var="sort_index" default="head" order="asc" />
|
||||
<index var="sort_index" default="arrange" order="asc" />
|
||||
<index var="sort_index" default="comment_srl" order="asc" />
|
||||
<list_count var="list_count" default="list_count" />
|
||||
<page_count var="page_count" default="10" />
|
||||
<page var="page" default="1" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue