member_devices 스키마 수정,

ProcMemberLogingWithDevice 에서도 유저 정보 반환,
getDeviceTokens()에서 쿼리할 때 device_type 조건 추가
This commit is contained in:
choyeon 2020-06-22 10:29:40 +09:00
parent f9521d4d93
commit 93f1d15a48
3 changed files with 10 additions and 3 deletions

View file

@ -8,5 +8,6 @@
</columns>
<conditions>
<condition operation="in" column="member_srl" var="member_srl" notnull="notnull" />
<condition operation="in" column="device_type" var="device_type" notnull="notnull" />
</conditions>
</query>