[6.2.0]消息盒子司机端FM信息

This commit is contained in:
xuxinchao
2023-11-14 18:33:00 +08:00
parent 8837105db6
commit d465b4e875
19 changed files with 722 additions and 53 deletions

View File

@@ -32,6 +32,7 @@ object CallerFaultManagementStateListenerManager : CallerBase<IMoGoFaultManageme
}
val fmFilterInfoMsg = cachePolicyMap[policyCode]
val cacheFaultList = ArrayList<String>()
val policyTime = fmInfo.time
if (fmFilterInfoMsg?.cacheFilterList != null) {
if (fmFilterInfoMsg.cacheFilterList?.size == list.size) {
//判断两个集合重复 true:return
@@ -54,7 +55,7 @@ object CallerFaultManagementStateListenerManager : CallerBase<IMoGoFaultManageme
CallerMsgBoxManager.saveMsgBox(
MsgBoxBean(
MsgBoxType.FMINFO,
FMInfoMsg(list, policyCode)
FMInfoMsg(list, policyCode,policyTime,false)
)
)
} else {
@@ -67,7 +68,7 @@ object CallerFaultManagementStateListenerManager : CallerBase<IMoGoFaultManageme
CallerMsgBoxManager.saveMsgBox(
MsgBoxBean(
MsgBoxType.FMINFO,
FMInfoMsg(list, policyCode)
FMInfoMsg(list, policyCode,policyTime,false)
)
)
}