[dev_minibus-d_230425_3.2.0]M1乘客屏核销订单删除消息历史缓存
This commit is contained in:
@@ -18,4 +18,12 @@ object CallerOrderListenerManager: CallerBase<IOrderListener>() {
|
||||
}
|
||||
}
|
||||
|
||||
fun invokeOrderRemoval(){
|
||||
M_LISTENERS.forEach{
|
||||
val tag = it.key
|
||||
val listener = it.value
|
||||
listener.onOrderRemoval()
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user