mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-10 12:32:14 +09:00
Make order type customizable in getCommentListByMemberSrl query
This commit is contained in:
parent
1a89c5e0d6
commit
f190e07f83
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@
|
||||||
<condition operation="equal" column="member_srl" var="member_srl" filter="number" notnull="notnull" />
|
<condition operation="equal" column="member_srl" var="member_srl" filter="number" notnull="notnull" />
|
||||||
</conditions>
|
</conditions>
|
||||||
<navigation>
|
<navigation>
|
||||||
<index var="list_order" default="list_order" order="asc" />
|
<index var="list_order" default="list_order" order="order_type" />
|
||||||
<list_count var="list_count" default="20" />
|
<list_count var="list_count" default="20" />
|
||||||
<page_count var="page_count" default="10" />
|
<page_count var="page_count" default="10" />
|
||||||
<page var="page" default="1" />
|
<page var="page" default="1" />
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue