mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-27 06:13:32 +09:00
내역을 확인할 수 있도록 추가
This commit is contained in:
parent
74fcee987e
commit
9a60af1871
7 changed files with 69 additions and 2 deletions
11
modules/document/queries/getDocumentUpdateLog.xml
Normal file
11
modules/document/queries/getDocumentUpdateLog.xml
Normal 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue