mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-02 08:42:15 +09:00
issue 2367 modify a function of preivew.
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11214 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
ba47c3ea18
commit
393e7813d9
4 changed files with 130 additions and 3 deletions
22
modules/menu/queries/getMenuItemByUrl.xml
Normal file
22
modules/menu/queries/getMenuItemByUrl.xml
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
<query id="getMenuItemByUrl" action="select">
|
||||
<tables>
|
||||
<table name="menu_item" alias="MI"/>
|
||||
</tables>
|
||||
<columns>
|
||||
<column name="*" />
|
||||
</columns>
|
||||
<conditions>
|
||||
<condition operation="equal" column="MI.url" var="url" notnull="notnull" />
|
||||
<query operation="in" column="MI.menu_srl" notnull="notnull" alias="getSiteSrl" pipe="and" >
|
||||
<tables>
|
||||
<table name="menu" alias="M" />
|
||||
</tables>
|
||||
<columns>
|
||||
<column name="menu_srl" />
|
||||
</columns>
|
||||
<conditions>
|
||||
<condition operation="equal" column="M.site_srl" var = "site_srl" defaut = "0" notnull="notnull" />
|
||||
</conditions>
|
||||
</query>
|
||||
</conditions>
|
||||
</query>
|
||||
Loading…
Add table
Add a link
Reference in a new issue