mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-10 20:44:28 +09:00
select 될 컬럼명이 comments.list_order 인것을 documents.list_order 로 변경
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4101 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
c2ea716a2b
commit
314ab28596
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
||||||
</tables>
|
</tables>
|
||||||
<columns>
|
<columns>
|
||||||
<column name="documents.document_srl" />
|
<column name="documents.document_srl" />
|
||||||
<column name="comments.list_order" />
|
<column name="documents.list_order" />
|
||||||
</columns>
|
</columns>
|
||||||
<conditions>
|
<conditions>
|
||||||
<condition operation="in" column="documents.module_srl" var="module_srl" filter="number" />
|
<condition operation="in" column="documents.module_srl" var="module_srl" filter="number" />
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue