mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-02 00:32:15 +09:00
문서 및 댓글 신고시 간단한 관리자 알림 기능 #588
This commit is contained in:
parent
1a3cbb7ae0
commit
89abb2ef8e
7 changed files with 104 additions and 1 deletions
11
modules/member/queries/getAdmins.xml
Normal file
11
modules/member/queries/getAdmins.xml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<query id="getAdmins" action="select">
|
||||
<tables>
|
||||
<table name="member" />
|
||||
</tables>
|
||||
<columns>
|
||||
<column name="member_srl" />
|
||||
</columns>
|
||||
<conditions>
|
||||
<condition operation="equal" column="is_admin" default="Y" notnull="notnull" />
|
||||
</conditions>
|
||||
</query>
|
||||
Loading…
Add table
Add a link
Reference in a new issue