내역을 확인할 수 있도록 추가

This commit is contained in:
BJRambo 2016-02-26 13:10:25 +09:00
parent 74fcee987e
commit 9a60af1871
7 changed files with 69 additions and 2 deletions

View file

@ -0,0 +1,11 @@
<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>