|
@@ -33,7 +33,7 @@ public class RecordEndEventListener implements ApplicationListener<RecordEndEven
|
|
|
public void onApplicationEvent(RecordEndEvent event) {
|
|
public void onApplicationEvent(RecordEndEvent event) {
|
|
|
if (logger.isDebugEnabled()) {
|
|
if (logger.isDebugEnabled()) {
|
|
|
logger.debug("录像查询完成事件触发,deviceId:{}, channelId: {}, 录像数量{}条", event.getRecordInfo().getDeviceId(),
|
|
logger.debug("录像查询完成事件触发,deviceId:{}, channelId: {}, 录像数量{}条", event.getRecordInfo().getDeviceId(),
|
|
|
- event.getRecordInfo().getChannelId(), event.getRecordInfo().getRecordList().size() );
|
|
|
|
|
|
|
+ event.getRecordInfo().getChannelId(), event.getRecordInfo().getSumNum() );
|
|
|
}
|
|
}
|
|
|
if (handlerMap.size() > 0) {
|
|
if (handlerMap.size() > 0) {
|
|
|
for (RecordEndEventHandler recordEndEventHandler : handlerMap.values()) {
|
|
for (RecordEndEventHandler recordEndEventHandler : handlerMap.values()) {
|