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