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