This commit is contained in:
648540858 2022-03-16 16:46:18 +08:00
parent e1f24ef254
commit bee18d3a7e

View File

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