| | |
| | | objs[a++] = o.getLoginName(); // 注册手机号 |
| | | objs[a++] = o.getContactTel(); // 联系方式" |
| | | objs[a++] = o.getStationName(); // 所属集货站 |
| | | objs[a++] = o.getCategoryName(); // 品类 |
| | | // objs[a++] = o.getCategoryName(); // 品类 |
| | | objs[a++] = o.getParentCategoryName(); // 品类 |
| | | objs[a++] = o.getFlowerName(); //商品名称 |
| | | // String dictValue = dictCacheClient.getDict("FLOWER_LEVEL", o.getFlowerLevel()); |
| | | // objs[a++] = dictValue; //等级 |
| | |
| | | |
| | | @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); |
| | | } |
| | | |