mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
15 lines
446 B
XML
15 lines
446 B
XML
<query id="getAllComments" action="select">
|
|
<tables>
|
|
<table name="comments" />
|
|
</tables>
|
|
<columns>
|
|
<column name="comment_srl" />
|
|
<column name="module_srl" />
|
|
<column name="member_srl" />
|
|
<column name="document_srl" />
|
|
</columns>
|
|
<conditions>
|
|
<condition operation="in" column="document_srl" var="document_srl" notnull="notnull" />
|
|
<condition operation="in" column="status" var="statusList" pipe="and" />
|
|
</conditions>
|
|
</query>
|