流量统计报表逻辑调整
This commit is contained in:
-3
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user