mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-24 05:39:58 +09:00
관리자 대시보드 접속 통계를 가상 사이트까지 모두 포함하도록 하고 쿼리 속도 개선
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7646 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
5a1bb0cdd7
commit
69cd4c6c4c
7 changed files with 104 additions and 79 deletions
9
modules/admin/queries/getVisitors.xml
Normal file
9
modules/admin/queries/getVisitors.xml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<query id="getVisitors" action="select">
|
||||
<tables>
|
||||
<table name="counter_status" />
|
||||
</tables>
|
||||
<conditions>
|
||||
<condition operation="more" column="regdate" var="start_date" notnull="notnull" pipe="and" />
|
||||
<condition operation="less" column="regdate" var="end_date" notnull="notnull" pipe="and" />
|
||||
</conditions>
|
||||
</query>
|
||||
Loading…
Add table
Add a link
Reference in a new issue