Fix #1209 승인 거부된 회원과 이메일 미인증 회원을 구분

This commit is contained in:
Kijin Sung 2019-11-23 11:15:31 +09:00
parent aba1830fb3
commit 726709f2fc
6 changed files with 64 additions and 3 deletions

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