문서 및 댓글 신고시 간단한 관리자 알림 기능 #588

This commit is contained in:
Kijin Sung 2018-05-30 22:12:29 +09:00
parent 1a3cbb7ae0
commit 89abb2ef8e
7 changed files with 104 additions and 1 deletions

View 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>