mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
Fix #1209 승인 거부된 회원과 이메일 미인증 회원을 구분
This commit is contained in:
parent
aba1830fb3
commit
726709f2fc
6 changed files with 64 additions and 3 deletions
12
modules/member/queries/getAuthMailType.xml
Normal file
12
modules/member/queries/getAuthMailType.xml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
<query id="getAuthMailType" action="select">
|
||||
<tables>
|
||||
<table name="member_auth_mail" />
|
||||
</tables>
|
||||
<columns>
|
||||
<column name="member_srl" />
|
||||
<column name="is_register" />
|
||||
</columns>
|
||||
<conditions>
|
||||
<condition operation="in" column="member_srl" var="member_srl" notnull="notnull" />
|
||||
</conditions>
|
||||
</query>
|
||||
Loading…
Add table
Add a link
Reference in a new issue