| | |
| | | break; |
| | | } |
| | | } |
| | | list.add(reporting); |
| | | if(reporting.getAccountConsumption().compareTo(BigDecimal.ZERO) > 0) list.add(reporting); |
| | | } |
| | | deleteAllData(format); |
| | | dataReportingService.addDataReporting(list, format, param); |
| | | return Result.success(); |
| | | } |
| | |
| | | return Result.success(dataReportingService.selectDataReportingForCreateUserNames(time)); |
| | | } |
| | | |
| | | @ApiOperation(value = "获取项目数据统计的项目筛选项") |
| | | @PostMapping("/selectDataReportingForProduct") |
| | | @ValueAuth |
| | | public Result selectDataReportingForProduct(String time) { |
| | | return Result.success(dataReportingService.selectDataReportingForProduct(time)); |
| | | } |
| | | |
| | | @ApiOperation(value = "获取微信号列表") |
| | | @GetMapping("/selectVxs") |
| | | @ValueAuth |