mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
15 lines
461 B
XML
15 lines
461 B
XML
<query id="getCommentsByDocumentSrls" action="select">
|
|
<tables>
|
|
<table name="comments" />
|
|
</tables>
|
|
<columns>
|
|
<column name="*" />
|
|
</columns>
|
|
<conditions>
|
|
<condition operation="in" column="document_srl" var="document_srls" filter="number" notnull="notnull" />
|
|
<condition operation="in" column="status" var="statusList" pipe="and" />
|
|
</conditions>
|
|
<navigation>
|
|
<index var="sort_index" default="comment_srl" order="asc" />
|
|
</navigation>
|
|
</query>
|