mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 03:01:43 +09:00
modify movalbe to other sitemap git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11491 201d5d3c-b55e-5fd7-737f-ddc643e51545
13 lines
456 B
XML
13 lines
456 B
XML
<query id="updateMenuItemNode" action="update">
|
|
<tables>
|
|
<table name="menu_item" />
|
|
</tables>
|
|
<columns>
|
|
<column name="menu_srl" var="menu_srl" />
|
|
<column name="parent_srl" var="parent_srl" />
|
|
<column name="listorder" var="listorder" />
|
|
</columns>
|
|
<conditions>
|
|
<condition operation="equal" column="menu_item_srl" var="menu_item_srl" filter="number" notnull="notnull" />
|
|
</conditions>
|
|
</query>
|