mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-29 16:19:58 +09:00
선택된 모듈에서 첨부파일을 가져오는 쿼리에 유효/직접링크 방식의 조건 절 삽입
git-svn-id: http://xe-core.googlecode.com/svn/trunk@2131 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
770099fb0e
commit
1e0d7f8704
1 changed files with 4 additions and 5 deletions
|
|
@ -3,18 +3,17 @@
|
||||||
<table name="files" />
|
<table name="files" />
|
||||||
</tables>
|
</tables>
|
||||||
<columns>
|
<columns>
|
||||||
<column name="*" />
|
<column name="upload_target_srl" />
|
||||||
</columns>
|
</columns>
|
||||||
<conditions>
|
<conditions>
|
||||||
<condition operation="in" column="module_srl" var="module_srl" filter="number" />
|
<condition operation="in" column="module_srl" var="module_srls" notnull="notnull" filter="number" />
|
||||||
|
<condition operation="equal" column="direct_download" var="direct_download" pipe="and" />
|
||||||
|
<condition operation="equal" column="isvalid" var="isvalid" pipe="and" />
|
||||||
</conditions>
|
</conditions>
|
||||||
<groups>
|
<groups>
|
||||||
<group column="upload_target_srl" />
|
<group column="upload_target_srl" />
|
||||||
</groups>
|
</groups>
|
||||||
<navigation>
|
<navigation>
|
||||||
<index var="sort_index" default="file_srl" order="desc" />
|
|
||||||
<list_count var="list_count" default="20" />
|
<list_count var="list_count" default="20" />
|
||||||
<page_count var="page_count" default="10" />
|
|
||||||
<page var="page" default="1" />
|
|
||||||
</navigation>
|
</navigation>
|
||||||
</query>
|
</query>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue