|
before = bytedanceAccountReportMapper.queryTodaySumByHour(DateUtils.getAnotherDay(SystemDateConstant.yyyy_MM_dd, startDate, -1), after.getInteger("maxHour"), accounts);
|
|
before = bytedanceAccountReportMapper.queryTodaySumByHour(DateUtils.getAnotherDay(SystemDateConstant.yyyy_MM_dd, startDate, -1), after.getInteger("maxHour"), accounts);
|
|
after = bytedanceAccountReportMapper.querySumByStartEndDate(endDate, startDate, accounts);
|
|
after = bytedanceAccountReportMapper.querySumByStartEndDate(endDate, startDate, accounts);
|