주문목록 - 크리에이터 닉네임 추가 #29
|
@ -41,9 +41,6 @@ class FcmSendListener(
|
||||||
@TransactionalEventListener
|
@TransactionalEventListener
|
||||||
@Transactional(propagation = Propagation.REQUIRES_NEW)
|
@Transactional(propagation = Propagation.REQUIRES_NEW)
|
||||||
fun send(fcmEvent: FcmEvent) {
|
fun send(fcmEvent: FcmEvent) {
|
||||||
logger.info("발송타입 - ${fcmEvent.type}")
|
|
||||||
logger.info("os - ${fcmEvent.container}")
|
|
||||||
|
|
||||||
when (fcmEvent.type) {
|
when (fcmEvent.type) {
|
||||||
FcmEventType.ALL -> {
|
FcmEventType.ALL -> {
|
||||||
if (fcmEvent.container.isNotBlank()) {
|
if (fcmEvent.container.isNotBlank()) {
|
||||||
|
|
Loading…
Reference in New Issue