rhymix/modules/document/queries/updateDeclaredDocumentCancel.xml
2019-08-05 17:36:16 +09:00

11 lines
340 B
XML

<query id="updateDeclaredDocumentCancel" action="update">
<tables>
<table name="document_declared" />
</tables>
<columns>
<column name="declared_count" default="minus(1)" />
</columns>
<conditions>
<condition operation="equal" column="document_srl" var="document_srl" filter="number" notnull="notnull" />
</conditions>
</query>