mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 03:01:43 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@13161 201d5d3c-b55e-5fd7-737f-ddc643e51545
18 lines
No EOL
507 B
XML
18 lines
No EOL
507 B
XML
<query id="getOneModuleInstanceByModuleName" action="select">
|
|
<tables>
|
|
<table name="modules" />
|
|
</tables>
|
|
<columns>
|
|
<column name="mid" />
|
|
<column name="module_srl" />
|
|
</columns>
|
|
<conditions>
|
|
<condition operation="equal" column="module" var="module" notnull="notnull" />
|
|
</conditions>
|
|
<navigation>
|
|
<index var="sort_index" default="regdate" order="order_type" />
|
|
<list_count var="d" default="1" />
|
|
<page_count var="d" default="10" />
|
|
<page var="d" default="1" />
|
|
</navigation>
|
|
</query> |