mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
13 lines
466 B
XML
13 lines
466 B
XML
<query id="getCommentPageItem" action="select">
|
|
<tables>
|
|
<table name="comments_list" />
|
|
</tables>
|
|
<columns>
|
|
<column name="*" />
|
|
</columns>
|
|
<conditions>
|
|
<condition operation="equal" column="comment_srl" var="comment_srl" filter="number" notnull="notnull" />
|
|
<condition operation="more" column="status" var="status" />
|
|
<condition operation="in" column="status" var="statusList" />
|
|
</conditions>
|
|
</query>
|