mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
#19435955: 질의문 오류 수정.
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@8022 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
ab18a83330
commit
221d755d8a
3 changed files with 12 additions and 12 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<query id="getCommentMemberSrlWithUserID" action="select">
|
||||
<tables>
|
||||
<table name="comments" alias="comments" />
|
||||
<table name="member" alias="member" />
|
||||
<table name="comments" alias="comments" />
|
||||
</tables>
|
||||
<columns>
|
||||
<column name="member.member_srl" alias="member_srl" />
|
||||
|
|
@ -10,9 +10,9 @@
|
|||
<conditions>
|
||||
<condition operation="equal" column="comments.user_id" default="member.user_id" filter="userid" />
|
||||
</conditions>
|
||||
<group>
|
||||
<groups>
|
||||
<group column="member_srl" />
|
||||
</group>
|
||||
</groups>
|
||||
<navigation>
|
||||
<index var="member_srl" default="member_srl" order="asc" />
|
||||
</navigation>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<query id="getDocumentMemberSrlWithUserID" action="select">
|
||||
<tables>
|
||||
<table name="documents" alias="documents" />
|
||||
<table name="member" alias="member" />
|
||||
<table name="documents" alias="documents" />
|
||||
</tables>
|
||||
<columns>
|
||||
<column name="member.member_srl" alias="member_srl" />
|
||||
|
|
@ -10,9 +10,9 @@
|
|||
<conditions>
|
||||
<condition operation="equal" column="documents.user_id" default="member.user_id" filter="userid" />
|
||||
</conditions>
|
||||
<group>
|
||||
<groups>
|
||||
<group column="member_srl" />
|
||||
</group>
|
||||
</groups>
|
||||
<navigation>
|
||||
<index var="member_srl" default="member_srl" order="asc" />
|
||||
</navigation>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue