mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
게시판 모듈 일괄 수정시 필요한 쿼리 xml 파일 추가
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3520 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
62ff4b1fae
commit
814b0e8fbc
1 changed files with 11 additions and 0 deletions
11
modules/module/queries/getModulesInfo.xml
Normal file
11
modules/module/queries/getModulesInfo.xml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<query id="getModulesInfo" action="select">
|
||||
<tables>
|
||||
<table name="modules" />
|
||||
</tables>
|
||||
<columns>
|
||||
<column name="*" />
|
||||
</columns>
|
||||
<conditions>
|
||||
<condition operation="in" column="module_srl" var="module_srls" notnull="notnull"/>
|
||||
</conditions>
|
||||
</query>
|
||||
Loading…
Add table
Add a link
Reference in a new issue