mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
#19435955: 수정 완료(질의문 오류 수정, debugPrint 코드 제거, 오류 수정)
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@8021 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
247f88eeb8
commit
ab18a83330
3 changed files with 8 additions and 22 deletions
|
|
@ -1,11 +1,11 @@
|
|||
<query id="updateCommentSyncForCUBRID" action="update">
|
||||
<tables>
|
||||
<table name="comments" alias="comments" />
|
||||
<table name="comments" />
|
||||
</tables>
|
||||
<columns>
|
||||
<column name="comments.member_srl" var="member_srl" filter="number" />
|
||||
<column name="member_srl" var="member_srl" filter="number" />
|
||||
</columns>
|
||||
<conditions>
|
||||
<condition operation="equal" column="comments.user_id" var="user_id" />
|
||||
<condition operation="equal" column="user_id" var="user_id" />
|
||||
</conditions>
|
||||
</query>
|
||||
|
|
|
|||
|
|
@ -1,11 +1,11 @@
|
|||
<query id="updateDocumentSyncForCUBRID" action="update">
|
||||
<tables>
|
||||
<table name="documents" alias="documents" />
|
||||
<table name="documents" />
|
||||
</tables>
|
||||
<columns>
|
||||
<column name="documents.member_srl" var="member_srl" filter="number" />
|
||||
<column name="member_srl" var="member_srl" filter="number" />
|
||||
</columns>
|
||||
<conditions>
|
||||
<condition operation="equal" column="documents.user_id" var="user_id" />
|
||||
<condition operation="equal" column="user_id" var="user_id" />
|
||||
</conditions>
|
||||
</query>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue