mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-03 16:51:40 +09:00
사용자 지정 순서로 그룹 정렬
This commit is contained in:
parent
d1b419f0a2
commit
12f047b822
2 changed files with 4 additions and 1 deletions
|
|
@ -12,4 +12,7 @@
|
|||
<condition operation="equal" column="b.group_srl" default="a.group_srl" pipe="and" />
|
||||
<condition operation="equal" column="a.site_srl" var="site_srl" pipe="and" />
|
||||
</conditions>
|
||||
<navigation>
|
||||
<index var="sort_index" default="a.list_order" order="asc" />
|
||||
</navigation>
|
||||
</query>
|
||||
|
|
|
|||
|
|
@ -14,6 +14,6 @@
|
|||
<condition operation="in" column="b.member_srl" var="member_srls" filter="numbers" notnull="notnull" pipe="and" />
|
||||
</conditions>
|
||||
<navigation>
|
||||
<index var="sort_index" default="a.group_srl" order="desc" />
|
||||
<index var="sort_index" default="a.list_order" order="asc" />
|
||||
</navigation>
|
||||
</query>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue