| | |
| | | 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; //等级 |
| | |
| | | @ApiOperation(value = "花材统计-统计", notes = "花材统计统计") |
| | | public ResponseEntity<ReturnDataDTO<FlowerMaterialStaticVO>> getFlowerMaterialStatis(@Validated FlowerMaterialDTO dto |
| | | ) { |
| | | return returnData(R.SUCCESS.getCode(), ConverterUtil.transObject(statisticAnalysisService.getFlowerMaterialStatis(dto), FlowerSaleStatisticVO.class)); |
| | | return returnData(R.SUCCESS.getCode(), ConverterUtil.transObject(statisticAnalysisService.getFlowerMaterialStatis(dto), FlowerMaterialStaticVO.class)); |
| | | } |
| | | |
| | | |