mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
12 lines
451 B
XML
12 lines
451 B
XML
<query id="updateDocumentsModule" action="update">
|
|
<tables>
|
|
<table name="documents" />
|
|
</tables>
|
|
<columns>
|
|
<column name="module_srl" var="module_srl" filter="number" default="0" />
|
|
<column name="category_srl" var="category_srl" filter="number" default="0" />
|
|
</columns>
|
|
<conditions>
|
|
<condition operation="in" column="document_srl" var="document_srls" notnull="notnull" />
|
|
</conditions>
|
|
</query>
|