mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-03 09:14:48 +09:00
기본 카운터 모듈의 관리자 통계 볼때 느린속도로 인하여 기본을 일별로 하고 일별/월별/년도별은 counter_status에서 추출하도록 코드 변경
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3089 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
cd36ff5718
commit
02ab3dca48
3 changed files with 33 additions and 15 deletions
12
modules/counter/queries/getCounterLogStatus.xml
Normal file
12
modules/counter/queries/getCounterLogStatus.xml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
<query id="getCounterLogStatus" action="select">
|
||||
<tables>
|
||||
<table name="counter_status" />
|
||||
</tables>
|
||||
<columns>
|
||||
<column name="sum(unique_visitor)" alias="count"/>
|
||||
</columns>
|
||||
<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