| | |
| | | @GetMapping("/meter/list") |
| | | public TableDataInfo meterList(ProductOutput productOutput, @RequestParam Long pageNum, @RequestParam Long pageSize) |
| | | { |
| | | // startPage(); |
| | | productOutput.setDataType("2"); |
| | | Page<ProductOutput> list = auxiliaryInputService.selectProductOutputPage(productOutput,pageNum,pageSize); |
| | | return getDataTable(list); |
| | |
| | | @GetMapping("/energyindex/list") |
| | | public TableDataInfo energyIndexList(ProductOutput productOutput, @RequestParam Long pageNum, @RequestParam Long pageSize) |
| | | { |
| | | startPage(); |
| | | productOutput.setDataType("3"); |
| | | Page<ProductOutput> list = auxiliaryInputService.selectProductOutputPage(productOutput,pageNum,pageSize); |
| | | return getDataTable(list); |
| | |
| | | // @GetMapping("/energyYield/list") |
| | | // public TableDataInfo energyYieldList(ProductOutput productOutput, @RequestParam Long pageNum, @RequestParam Long pageSize) |
| | | // { |
| | | //// startPage(); |
| | | // productOutput.setDataType("5"); |
| | | // productOutput.setTimeType("MONTH"); |
| | | // Page<ProductOutput> list = auxiliaryInputService.selectProductOutputPage(productOutput,pageNum,pageSize); |
| | |
| | | // @GetMapping("/energyPlanYield/list") |
| | | // public TableDataInfo energyPlanYieldList(ProductOutput productOutput, @RequestParam Long pageNum, @RequestParam Long pageSize) |
| | | // { |
| | | //// startPage(); |
| | | // productOutput.setDataType("4"); |
| | | // productOutput.setTimeType("MONTH"); |
| | | // Page<ProductOutput> list = auxiliaryInputService.selectProductOutputPage(productOutput,pageNum,pageSize); |
| | |
| | | // @GetMapping("/energySettlement/list") |
| | | // public TableDataInfo energySettlementList(ProductOutput productOutput, @RequestParam Long pageNum, @RequestParam Long pageSize) |
| | | // { |
| | | //// startPage(); |
| | | // productOutput.setDataType("6"); |
| | | // productOutput.setTimeType("MONTH"); |
| | | // Page<ProductOutput> list = auxiliaryInputService.selectProductOutputPage(productOutput,pageNum,pageSize); |