mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
11 lines
321 B
XML
11 lines
321 B
XML
<query id="getCategoryList" action="select">
|
|
<tables>
|
|
<table name="categories" />
|
|
</tables>
|
|
<conditions>
|
|
<condition operation="equal" column="module_srl" var="module_srl" filter="number" notnull="notnull" />
|
|
</conditions>
|
|
<navigation>
|
|
<index var="sort_index" order="asc" />
|
|
</navigation>
|
|
</query>
|