| | |
| | | |
| | | @Override |
| | | public FlowerSaleStatisticVO getFlowerSaleStatistics(FlowerSaleDTO dto) { |
| | | dto.setCreateStartDate(parseLocalDateTime(dto.getCreateStartDateStr(), 17, 0, 0, -1)); |
| | | dto.setCreateEndDate(parseLocalDateTime(dto.getCreateEndDateStr(), 17, 0, 0, 0)); |
| | | return salesStatisticAnalysisMapper.getFlowerSaleStatistics(dto); |
| | | } |
| | | |
| | |
| | | for(FlowerCategory c : cLs){ |
| | | addTask(flowerService, c.getId(), null); |
| | | |
| | | if(ls != null && ls.size() > 0){ |
| | | for(Partner p : ls){ |
| | | addTask(flowerService, c.getId(), p.getId()); |
| | | } |
| | | } |
| | | // if(ls != null && ls.size() > 0){ |
| | | // for(Partner p : ls){ |
| | | // addTask(flowerService, c.getId(), p.getId()); |
| | | // } |
| | | // } |
| | | } |
| | | } |
| | | } |