mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-04 09:32:15 +09:00
issue 70 super admin dashboard and site admin dashboard developement
yet site admin not completed git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8813 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
84888b172b
commit
59cab1cc60
13 changed files with 212 additions and 23 deletions
14
modules/member/queries/getMemberGroupMemberCountByDate.xml
Normal file
14
modules/member/queries/getMemberGroupMemberCountByDate.xml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
<query id="getMemberGroupMemberCountByDate" action="select">
|
||||
<tables>
|
||||
<table name="member_group_member" />
|
||||
</tables>
|
||||
<columns>
|
||||
<column name="count(*)" alias="count" />
|
||||
</columns>
|
||||
<conditions>
|
||||
<condition operation="like_prefix" column="regdate" var="regDate" />
|
||||
</conditions>
|
||||
<groups>
|
||||
<group column="member_srl" />
|
||||
</groups>
|
||||
</query>
|
||||
Loading…
Add table
Add a link
Reference in a new issue