mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
parent
ff2e04fb8f
commit
8d1dd026ef
6 changed files with 46 additions and 1 deletions
14
modules/member/queries/chkAuthSms.xml
Normal file
14
modules/member/queries/chkAuthSms.xml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
<query id="chkAuthSms" action="select">
|
||||
<tables>
|
||||
<table name="member_auth_sms" />
|
||||
</tables>
|
||||
<columns>
|
||||
<column name="count(*)" alias="count" />
|
||||
</columns>
|
||||
<conditions>
|
||||
<condition operation="equal" column="phone_number" var="phone_number" notnull="notnull" />
|
||||
<condition operation="equal" column="phone_country" var="phone_country" notnull="notnull" />
|
||||
<condition operation="equal" column="ipaddress" var="ipaddress" />
|
||||
<condition operation="more" column="regdate" var="regdate_since" />
|
||||
</conditions>
|
||||
</query>
|
||||
Loading…
Add table
Add a link
Reference in a new issue