|
|
@ -624,7 +624,13 @@ public class DcWarningServiceImpl implements IDcWarningService |
|
|
|
if (dcWarnings.size()==0){ |
|
|
|
return 1; |
|
|
|
} |
|
|
|
return dcWarningMapper.updateEndSection(dcWarnings); |
|
|
|
Integer i = dcWarningMapper.updateEndSection(dcWarnings); |
|
|
|
|
|
|
|
//推送待处理消息数量
|
|
|
|
Long num = dcEventService.getCountNum(); |
|
|
|
WebSocketService.broadcast(WebSocketEvent.EVENT_COUNT, num); |
|
|
|
|
|
|
|
return i; |
|
|
|
} |
|
|
|
|
|
|
|
@Override |
|
|
|