mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
등록된 기기에서 접속하면 자동으로 로그인시켜 주는 액션 구현
This commit is contained in:
parent
286ea1913f
commit
e1b207f085
5 changed files with 62 additions and 16 deletions
13
modules/member/queries/getMemberDevice.xml
Normal file
13
modules/member/queries/getMemberDevice.xml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
<query id="getMemberDevice" action="select">
|
||||
<tables>
|
||||
<table name="member_devices" />
|
||||
</tables>
|
||||
<columns>
|
||||
<column name="*" />
|
||||
</columns>
|
||||
<conditions>
|
||||
<condition operation="equal" column="member_srl" var="member_srl" notnull="notnull" />
|
||||
<condition operation="equal" column="device_token" var="device_token" notnull="notnull" pipe="and" />
|
||||
<condition operation="equal" column="device_key" var="device_key" notnull="notnull" pipe="and" />
|
||||
</conditions>
|
||||
</query>
|
||||
Loading…
Add table
Add a link
Reference in a new issue