[6.4.0]FM信息增加消息过滤
This commit is contained in:
@@ -83,7 +83,11 @@ object CallerFaultManagementStateListenerManager : CallerBase<IMoGoFaultManageme
|
|||||||
//判断两个集合重复 true:return
|
//判断两个集合重复 true:return
|
||||||
var sameResult = false
|
var sameResult = false
|
||||||
list.forEach {
|
list.forEach {
|
||||||
sameResult = fmFilterInfoMsg.cacheFilterList?.contains(it.faultId) == true
|
if(fmFilterInfoMsg.cacheFilterList?.contains(it.faultId) == true){
|
||||||
|
if(System.currentTimeMillis()-fmFilterInfoMsg.receiveTime < 10*60*1000){
|
||||||
|
sameResult = true
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
if (sameResult) {
|
if (sameResult) {
|
||||||
return
|
return
|
||||||
|
|||||||
Reference in New Issue
Block a user