r8112 추천 비추천 기능 옵셥 추가

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@8124 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ngleader 2011-02-25 04:57:04 +00:00
parent 75b34ba9bc
commit 3894734590
4 changed files with 8 additions and 5 deletions

View file

@ -9,8 +9,9 @@
</columns>
<conditions>
<condition operation="equal" column="voted_log.document_srl" var="document_srl" filter="number" notnull="notnull" />
<condition operation="equal" column="voted_log.point" var="point" notnull="notnull" pipe="and" />
<condition operation="equal" column="voted_log.member_srl" default="member.member_srl" pipe="and" />
<condition operation="more" column="voted_log.point" var="more_point" pipe="and" />
<condition operation="below" column="voted_log.point" var="below_point" pipe="and" />
</conditions>
<navigation>
<index var="sort_index" default="voted_log.regdate" order="desc" />