mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 03:01:43 +09:00
13 lines
547 B
XML
13 lines
547 B
XML
<query id="getFiles" action="select">
|
|
<tables>
|
|
<table name="files" />
|
|
</tables>
|
|
<conditions>
|
|
<condition operation="equal" column="upload_target_srl" var="upload_target_srl" filter="number" notnull="notnull" />
|
|
<condition operation="equal" column="upload_target_type" var="upload_target_type" pipe="and" />
|
|
<condition operation="equal" column="isvalid" var="isvalid" pipe="and" />
|
|
</conditions>
|
|
<navigation>
|
|
<index var="sort_index" defualt="source_filename" order="asc" />
|
|
</navigation>
|
|
</query>
|