mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
14 lines
558 B
XML
14 lines
558 B
XML
<query id="getMemberDevice" action="select">
|
|
<tables>
|
|
<table name="member_devices" />
|
|
</tables>
|
|
<columns>
|
|
<column name="*" />
|
|
</columns>
|
|
<conditions>
|
|
<condition operation="equal" column="device_srl" var="device_srl" />
|
|
<condition operation="equal" column="member_srl" var="member_srl" pipe="and" />
|
|
<condition operation="equal" column="device_token" var="device_token" pipe="and" />
|
|
<condition operation="equal" column="device_key" var="device_key" pipe="and" />
|
|
</conditions>
|
|
</query>
|