mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-25 14:19:58 +09:00
기존에 deleteMemberDeviceByToken 삭제하고 deleteMemberDevice로 통일
This commit is contained in:
parent
6c852e5f64
commit
8a9ea67523
3 changed files with 3 additions and 11 deletions
|
|
@ -5,6 +5,6 @@
|
|||
<conditions>
|
||||
<condition operation="in" column="device_srl" var="device_srl" />
|
||||
<condition operation="in" column="member_srl" var="member_srl" pipe="and" />
|
||||
<condition operation="in" column="device_token" var="device_token" pipe="and" />
|
||||
<condition operation="in" column="device_token" var="device_token" notnull="notnull" pipe="and" />
|
||||
</conditions>
|
||||
</query>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue