mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-04 17:44:38 +09:00
현재 접속자 추출시 쿼리가 잘못 작성되는 오류 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4294 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
b42d75e650
commit
5c741cde1b
3 changed files with 5 additions and 4 deletions
|
|
@ -6,7 +6,8 @@
|
|||
<column name="member_srl" />
|
||||
</columns>
|
||||
<conditions>
|
||||
<condition operation="more" column="last_update" var="last_update" notnull="notnull" />
|
||||
<condition operation="more" column="member_srl" default="1" pipe="and" />
|
||||
<condition operation="more" column="last_update" var="last_update" notnull="notnull" pipe="and" />
|
||||
<condition operation="equal" column="cur_mid" var="mid" pipe="and" />
|
||||
</conditions>
|
||||
<navigation>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue