| | |
| | | throw new ValidationException("日期不能为空"); |
| | | } |
| | | supplierReportCalendarBO.setSupplierId(dto.getSupplierId()); |
| | | supplierReportCalendarBO.setStartDate(dto.getStartDate()); |
| | | supplierReportCalendarBO.setEndDate(dto.getEndDate()); |
| | | supplierReportCalendarBO.setStartDate(calculateStartTime(dto.getStartDate().atStartOfDay())); |
| | | supplierReportCalendarBO.setEndDate(calculateEndTime(dto.getEndDate().atStartOfDay())); |
| | | List<OrderSupplierReportResultVO> list = orderReportMapper.getOrderSupplierPageReport(supplierReportCalendarBO, page); |
| | | page.setRecords(list); |
| | | return page; |
| | |
| | | throw new ValidationException("日期不能为空"); |
| | | } |
| | | supplierReportCalendarBO.setSupplierId(dto.getSupplierId()); |
| | | supplierReportCalendarBO.setStartDate(dto.getStartDate()); |
| | | supplierReportCalendarBO.setEndDate(dto.getEndDate()); |
| | | supplierReportCalendarBO.setStartDate(calculateStartTime(dto.getStartDate().atStartOfDay())); |
| | | supplierReportCalendarBO.setEndDate(calculateEndTime(dto.getEndDate().atStartOfDay())); |
| | | OrderSupplierReportResultVO orderSupplierCountReport = orderReportMapper.getOrderSupplierCountReport(supplierReportCalendarBO); |
| | | return orderSupplierCountReport; |
| | | } |
| | |
| | | throw new ValidationException("日期不能为空"); |
| | | } |
| | | supplierReportCalendarBO.setSupplierId(dto.getSupplierId()); |
| | | supplierReportCalendarBO.setStartDate(dto.getStartDate()); |
| | | supplierReportCalendarBO.setEndDate(dto.getEndDate()); |
| | | supplierReportCalendarBO.setStartDate(calculateStartTime(dto.getStartDate().atStartOfDay())); |
| | | supplierReportCalendarBO.setEndDate(calculateEndTime(dto.getEndDate().atStartOfDay())); |
| | | List<OrderSupplierReportResultVO> list = orderReportMapper.getOrderSupplierReport(supplierReportCalendarBO); |
| | | |
| | | String[] rowsName = new String[]{"序号","日期", "供应商ID", "供应商","花农底价" |