mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
2. 레이아웃 편집/수정시 모듈의 관리권한을 그대로 적용되도록 수정 git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3556 201d5d3c-b55e-5fd7-737f-ddc643e51545
11 lines
304 B
XML
11 lines
304 B
XML
<query id="getModulesByLayout" action="select">
|
|
<tables>
|
|
<table name="modules" />
|
|
</tables>
|
|
<columns>
|
|
<column name="*" />
|
|
</columns>
|
|
<conditions>
|
|
<condition operation="equal" column="layout_srl" var="layout_srl" notnull="notnull" />
|
|
</conditions>
|
|
</query>
|