mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
issue 2365 update module link.
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11207 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
ff608c540a
commit
3c4235309e
3 changed files with 120 additions and 0 deletions
14
modules/module/queries/getNotLinkedModuleGroupSiteSrl.xml
Normal file
14
modules/module/queries/getNotLinkedModuleGroupSiteSrl.xml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
<query id="getNotLinkedModuleGroupSiteSrl" action="select">
|
||||
<tables>
|
||||
<table name="modules" />
|
||||
</tables>
|
||||
<columns>
|
||||
<column name="site_srl" />
|
||||
</columns>
|
||||
<conditions>
|
||||
<condition operation="equal" column="menu_srl" default="0" />
|
||||
</conditions>
|
||||
<groups>
|
||||
<group column="site_srl" />
|
||||
</groups>
|
||||
</query>
|
||||
Loading…
Add table
Add a link
Reference in a new issue