流量统计报表逻辑调整

This commit is contained in:
aoshiguchen
2022-11-24 14:01:46 +08:00
parent f8bfe87eea
commit 110f298176
@@ -78,9 +78,6 @@ public class FlowReportForMinuteJob implements IJobHandler {
}
Integer writeBytes = flowReportService.getAndResetWriteByte(item.getId());
Integer readBytes = flowReportService.getAndResetReadByte(item.getId());
if (writeBytes == 0 && readBytes == 0) {
continue;
}
FlowReportMinuteDO flowReportMinuteDO = new FlowReportMinuteDO();
flowReportMinuteDO.setUserId(item.getUserId());
flowReportMinuteDO.setLicenseId(item.getId());