mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 11:44:10 +09:00
added missed file
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5160 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
6f75713d1f
commit
f997976c8a
1 changed files with 17 additions and 0 deletions
17
modules/issuetracker/queries/getDocumentListForChangeset.xml
Normal file
17
modules/issuetracker/queries/getDocumentListForChangeset.xml
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
<query id="getDocumentListForChangeset" action="select">
|
||||
<tables>
|
||||
<table name="documents" />
|
||||
</tables>
|
||||
<columns>
|
||||
<column name="document_srl" />
|
||||
<column name="regdate" />
|
||||
<column name="nick_name" />
|
||||
</columns>
|
||||
<conditions>
|
||||
<condition operation="in" column="module_srl" var="module_srl" filter="number" />
|
||||
<group pipe="and">
|
||||
<condition operation="more" column="regdate" var="startdate" pipe="and" />
|
||||
<condition operation="less" column="regdate" var="enddate" pipe="and" />
|
||||
</group>
|
||||
</conditions>
|
||||
</query>
|
||||
Loading…
Add table
Add a link
Reference in a new issue