mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 19:21:40 +09:00
This commit is contained in:
parent
64bc9205ff
commit
cb66b4e5df
2 changed files with 7 additions and 1 deletions
|
|
@ -6,7 +6,7 @@
|
||||||
<columns>
|
<columns>
|
||||||
<column name="d.*" />
|
<column name="d.*" />
|
||||||
</columns>
|
</columns>
|
||||||
<index_hint name="idx_document_list_order" type="use" />
|
<index_hint name="idx_document_list_order" type="use" />
|
||||||
<conditions>
|
<conditions>
|
||||||
<condition operation="equal" column="ev.eid" var="sort_index" />
|
<condition operation="equal" column="ev.eid" var="sort_index" />
|
||||||
<condition operation="equal" column="ev.document_srl" default="d.document_srl" pipe="and" />
|
<condition operation="equal" column="ev.document_srl" default="d.document_srl" pipe="and" />
|
||||||
|
|
@ -46,6 +46,9 @@
|
||||||
<condition operation="less" column="d.last_update" var="end_date" pipe="and" />
|
<condition operation="less" column="d.last_update" var="end_date" pipe="and" />
|
||||||
</group>
|
</group>
|
||||||
</conditions>
|
</conditions>
|
||||||
|
<groups>
|
||||||
|
<group column="d.document_srl" />
|
||||||
|
</groups>
|
||||||
<navigation>
|
<navigation>
|
||||||
<index var="ev.value" default="ev.value" order="order_type" />
|
<index var="ev.value" default="ev.value" order="order_type" />
|
||||||
<list_count var="list_count" default="20" />
|
<list_count var="list_count" default="20" />
|
||||||
|
|
|
||||||
|
|
@ -52,6 +52,9 @@
|
||||||
<condition operation="equal" column="es.document_srl" default="d.document_srl" pipe="and" />
|
<condition operation="equal" column="es.document_srl" default="d.document_srl" pipe="and" />
|
||||||
</group>
|
</group>
|
||||||
</conditions>
|
</conditions>
|
||||||
|
<groups>
|
||||||
|
<group column="d.document_srl" />
|
||||||
|
</groups>
|
||||||
<navigation>
|
<navigation>
|
||||||
<index var="ev.value" default="ev.value" order="order_type" />
|
<index var="ev.value" default="ev.value" order="order_type" />
|
||||||
<list_count var="list_count" default="20" />
|
<list_count var="list_count" default="20" />
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue