mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
게시글 검색시 댓글검색하는 쿼리 변경
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2911 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
eb7c681678
commit
485f1fb72e
2 changed files with 3 additions and 4 deletions
|
|
@ -1,4 +1,4 @@
|
|||
<query id="getDocumentListWithinMember" action="select">
|
||||
<query id="getDocumentListWithinComment" action="select">
|
||||
<tables>
|
||||
<table name="documents" alias="documents" />
|
||||
<table name="comments" alias="comments"/>
|
||||
|
|
@ -7,7 +7,8 @@
|
|||
<column name="documents.*" />
|
||||
</columns>
|
||||
<conditions>
|
||||
<condition operation="equal" column="documents.document_srl" default="comments.document_srl" notnull="notnull" />
|
||||
<condition operation="in" column="documents.module_srl" var="module_srl" filter="number" />
|
||||
<condition operation="equal" column="documents.document_srl" default="comments.document_srl" notnull="notnull" pipe="and" />
|
||||
<condition operation="like" column="comments.content" var="s_comment" notnull="notnull" pipe="and" />
|
||||
</conditions>
|
||||
<navigation>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue