[dev_minibus-d_230425_3.2.0]M1乘客屏核销订单删除消息历史缓存

This commit is contained in:
xuxinchao
2023-05-09 16:19:44 +08:00
parent 26285c77c6
commit 0d6ec28599
5 changed files with 39 additions and 3 deletions

View File

@@ -18,4 +18,12 @@ object CallerOrderListenerManager: CallerBase<IOrderListener>() {
}
}
fun invokeOrderRemoval(){
M_LISTENERS.forEach{
val tag = it.key
val listener = it.value
listener.onOrderRemoval()
}
}
}