@@ -39,6 +39,9 @@ public class BytedanceAccountReportServiceImpl implements IBytedanceAccountRepor
return result;
}
before = bytedanceAccountReportMapper.queryTodaySumByHour(DateUtils.getAnotherDay(SystemDateConstant.yyyy_MM_dd, startDate, -1), after.getInteger("maxHour"), accounts);
+ if(before==null){
+ return result;
+ }
} else {
after = bytedanceAccountReportMapper.querySumByStartEndDate(endDate, startDate, accounts);
if(after==null){