mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-29 15:22:15 +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>
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
<query id="insertUpdateLog" action="insert">
|
||||
<query id="insertDocumentUpdateLog" action="insert">
|
||||
<tables>
|
||||
<table name="document_update_list" />
|
||||
</tables>
|
||||
|
|
@ -7,6 +7,7 @@
|
|||
<column name="member_srl" var="member_srl" filter="number" notnull="notnull" />
|
||||
<column name="module_srl" var="module_srl" filter="number" notnull="notnull" />
|
||||
<column name="update_member_srl" var="update_member_srl" filter="number" />
|
||||
<column name="category_srl" var="category_srl" filter="number" />
|
||||
<column name="ipaddress" var="ipaddress" default="ipaddress()" />
|
||||
<column name="nick_name" var="nick_name" notnull="notnull" />
|
||||
<column name="title" var="title" notnull="notnull" />
|
||||
Loading…
Add table
Add a link
Reference in a new issue