mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-28 23:03:25 +09:00
#17920829 : 사용자 플래닛 접근 권한 등을 플래닛 홈의 권한 설정을 가져오도록 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6093 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
437b0092f5
commit
abf366c474
2 changed files with 29 additions and 5 deletions
17
modules/module/queries/getPlanetGrants.xml
Normal file
17
modules/module/queries/getPlanetGrants.xml
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
<query id="getPlanetGrants" action="select">
|
||||
<tables>
|
||||
<table name="modules" alias="modules" />
|
||||
<table name="module_grants" alias="module_grants" />
|
||||
</tables>
|
||||
<columns>
|
||||
<column name="module_grants.*" />
|
||||
</columns>
|
||||
<conditions>
|
||||
<condition operation="equal" column="modules.module" default="planet" notnull="notnull" />
|
||||
<condition operation="notnull" column="modules.skin" default="notnull" pipe="and" />
|
||||
<condition operation="equal" column="modules.module_srl" default="module_grants.module_srl" pipe="and" />
|
||||
</conditions>
|
||||
<navigation>
|
||||
<index var="sort_index" default="module_grants.group_srl" order="asc" />
|
||||
</navigation>
|
||||
</query>
|
||||
Loading…
Add table
Add a link
Reference in a new issue