mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-28 23:03:25 +09:00
Update getDocumentListPage.xml
페이지구하는 쿼리에 regdate 부분도 추가.
This commit is contained in:
parent
16483ced2e
commit
ac7062b9ab
1 changed files with 2 additions and 0 deletions
|
|
@ -45,6 +45,8 @@
|
|||
<condition operation="more" column="list_order" var="rev_list_order" filter="number" pipe="and" />
|
||||
<condition operation="less" column="update_order" var="update_order" filter="number" pipe="and" />
|
||||
<condition operation="more" column="update_order" var="rev_update_order" filter="number" pipe="and" />
|
||||
<condition operation="less" column="regdate" var="rev_regdate" filter="number" pipe="and" />
|
||||
<condition operation="more" column="regdate" var="regdate" filter="number" pipe="and" />
|
||||
</group>
|
||||
</conditions>
|
||||
</query>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue