mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6637 201d5d3c-b55e-5fd7-737f-ddc643e51545
16 lines
686 B
XML
16 lines
686 B
XML
<query id="updateTreeNode" action="update">
|
|
<tables>
|
|
<table name="document_categories" />
|
|
</tables>
|
|
<columns>
|
|
<column name="title" var="title" />
|
|
<column name="expand" default="Y" />
|
|
<column name="parent_srl" var="parent_srl" />
|
|
<column name="last_update" var="last_update" default="curdate()" />
|
|
<column name="list_order" var="list_order" />
|
|
</columns>
|
|
<conditions>
|
|
<column name="module_srl" var="module_srl" filter="number" default="0" notnull="notnull" />
|
|
<condition operation="equal" column="category_srl" var="source_srl" filter="number" notnull="notnull" pipe="and" />
|
|
</conditions>
|
|
</query>
|