mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
* 관리 메인페이지에 게시물/댓글 신고 회수 출력 * 상태 각 항목에 해당 페이지 링크 추가 * 어제/오늘 숫자를 잘못 가져오는 문제 수정 git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4859 201d5d3c-b55e-5fd7-737f-ddc643e51545
8 lines
215 B
XML
8 lines
215 B
XML
<query id="getDocumentDeclaredCount" action="select">
|
|
<tables>
|
|
<table name="document_declared_log" />
|
|
</tables>
|
|
<columns>
|
|
<column name="count(*)" alias="count" />
|
|
</columns>
|
|
</query>
|