mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-31 00:59:58 +09:00
add ncenterlite module from xe-public.
This commit is contained in:
parent
25cf1856a6
commit
826aa8aa36
92 changed files with 5622 additions and 0 deletions
20
modules/ncenterlite/queries/getDispNotifyList.xml
Normal file
20
modules/ncenterlite/queries/getDispNotifyList.xml
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
<query id="getDispNotifyList" action="select">
|
||||
<tables>
|
||||
<table name="ncenterlite_notify" />
|
||||
</tables>
|
||||
|
||||
<columns>
|
||||
<column name="*" />
|
||||
</columns>
|
||||
|
||||
<conditions>
|
||||
<condition operation="equal" column="member_srl" var="member_srl" filter="number" notnull="notnull" />
|
||||
</conditions>
|
||||
|
||||
<navigation>
|
||||
<index default="regdate" var="list_order" order="desc" />
|
||||
<list_count var="list_count" default="20" />
|
||||
<page_count var="page_count" default="10" />
|
||||
<page var="page" default="1" />
|
||||
</navigation>
|
||||
</query>
|
||||
Loading…
Add table
Add a link
Reference in a new issue