mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-12 15:21:40 +09:00
12 lines
396 B
XML
12 lines
396 B
XML
<query id="updateLayoutMenuParent" action="update">
|
|
<tables>
|
|
<table name="layout_menu" />
|
|
</tables>
|
|
<columns>
|
|
<column name="parent_srl" var="parent_srl" />
|
|
<column name="listorder" var="listorder" notnull="notnull" />
|
|
</columns>
|
|
<conditions>
|
|
<condition operation="equal" column="menu_srl" var="menu_srl" filter="number" notnull="notnull" />
|
|
</conditions>
|
|
</query>
|