rhymix/modules/document/queries/getDocumentUpdateLog.xml
2016-02-26 13:10:55 +09:00

11 lines
303 B
XML

<query id="getDocumentUpdateLog" action="select">
<tables>
<table name="document_update_list" />
</tables>
<columns>
<column name="*" />
</columns>
<conditions>
<condition operation="equal" column="document_srl" var="document_srl" filter="number" notnull="notnull" />
</conditions>
</query>