rhymix/modules/document/queries/updateDeclaredDocument.xml
MinSoo Kim f77b8fde3c 문서 신고시 이유 적을 수 있게 항목 추가
문서 신고시 항목 적을 수 있게 함
2016-01-27 17:44:34 +09:00

11 lines
333 B
XML

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