added missed file

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5160 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
haneul 2008-12-23 01:31:27 +00:00
parent 6f75713d1f
commit f997976c8a

View 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>