mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-18 18:59:56 +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" />
|
||||
</tables>
|
||||
<columns>
|
||||
<column name="*" />
|
||||
<column name="upload_target_srl" />
|
||||
</columns>
|
||||
<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>
|
||||
<groups>
|
||||
<group column="upload_target_srl" />
|
||||
</groups>
|
||||
<navigation>
|
||||
<index var="sort_index" default="file_srl" order="desc" />
|
||||
<list_count var="list_count" default="20" />
|
||||
<page_count var="page_count" default="10" />
|
||||
<page var="page" default="1" />
|
||||
</navigation>
|
||||
</query>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue