|
@@ -45,11 +45,11 @@ public class ContrastController {
|
|
/**
|
|
/**
|
|
* 查询性能对标列表
|
|
* 查询性能对标列表
|
|
**/
|
|
**/
|
|
- @GetMapping("/benchmarkLossList")
|
|
|
|
|
|
+ @PostMapping("/benchmarkLossList")
|
|
@ResponseBody
|
|
@ResponseBody
|
|
@ApiOperation(value = "查询性能对标列表", notes = "查询性能对标列表")
|
|
@ApiOperation(value = "查询性能对标列表", notes = "查询性能对标列表")
|
|
@ApiImplicitParams({
|
|
@ApiImplicitParams({
|
|
- @ApiImplicitParam(name = "tablepar", value = "分页对象", required = true, dataType = "tablepar", paramType = "query"),
|
|
|
|
|
|
+ @ApiImplicitParam(name = "tablepar", value = "分页对象1", required = true, dataType = "tablepar", paramType = "query"),
|
|
@ApiImplicitParam(name = "wpId", value = "风场编号", required = true, dataType = "string", paramType = "query"),
|
|
@ApiImplicitParam(name = "wpId", value = "风场编号", required = true, dataType = "string", paramType = "query"),
|
|
@ApiImplicitParam(name = "beginDate", value = "开始日期", required = true, dataType = "string", paramType = "query"),
|
|
@ApiImplicitParam(name = "beginDate", value = "开始日期", required = true, dataType = "string", paramType = "query"),
|
|
@ApiImplicitParam(name = "endDate", value = "结束日期", required = true, dataType = "string", paramType = "query")})
|
|
@ApiImplicitParam(name = "endDate", value = "结束日期", required = true, dataType = "string", paramType = "query")})
|
|
@@ -80,11 +80,11 @@ public class ContrastController {
|
|
/**
|
|
/**
|
|
* 查询场内对标列表信息
|
|
* 查询场内对标列表信息
|
|
**/
|
|
**/
|
|
- @GetMapping("/benchmarkWpList")
|
|
|
|
|
|
+ @PostMapping("/benchmarkWpList")
|
|
@ResponseBody
|
|
@ResponseBody
|
|
@ApiOperation(value = "查询场内对标列表", notes = "查询场内对标列表")
|
|
@ApiOperation(value = "查询场内对标列表", notes = "查询场内对标列表")
|
|
@ApiImplicitParams({
|
|
@ApiImplicitParams({
|
|
- @ApiImplicitParam(name = "tablepar", value = "分页对象", required = true, dataType = "tablepar", paramType = "query"),
|
|
|
|
|
|
+ @ApiImplicitParam(name = "tablepar", value = "分页对象1", required = true, dataType = "tablepar", paramType = "query"),
|
|
@ApiImplicitParam(name = "wpId", value = "风场编号", required = true, dataType = "string", paramType = "query"),
|
|
@ApiImplicitParam(name = "wpId", value = "风场编号", required = true, dataType = "string", paramType = "query"),
|
|
@ApiImplicitParam(name = "beginDate", value = "开始日期", required = true, dataType = "string", paramType = "query"),
|
|
@ApiImplicitParam(name = "beginDate", value = "开始日期", required = true, dataType = "string", paramType = "query"),
|
|
@ApiImplicitParam(name = "endDate", value = "结束日期", required = true, dataType = "string", paramType = "query")})
|
|
@ApiImplicitParam(name = "endDate", value = "结束日期", required = true, dataType = "string", paramType = "query")})
|
|
@@ -114,11 +114,11 @@ public class ContrastController {
|
|
/**
|
|
/**
|
|
* 查询场内风机列表信息
|
|
* 查询场内风机列表信息
|
|
**/
|
|
**/
|
|
- @GetMapping("/benchmarkWpInWtList")
|
|
|
|
|
|
+ @PostMapping("/benchmarkWpInWtList")
|
|
@ResponseBody
|
|
@ResponseBody
|
|
@ApiOperation(value = "查询场内对标风机对标列表", notes = "查询场内对标风机对标列表")
|
|
@ApiOperation(value = "查询场内对标风机对标列表", notes = "查询场内对标风机对标列表")
|
|
@ApiImplicitParams({
|
|
@ApiImplicitParams({
|
|
- @ApiImplicitParam(name = "tablepar", value = "分页对象", required = true, dataType = "tablepar", paramType = "query"),
|
|
|
|
|
|
+ @ApiImplicitParam(name = "tablepar", value = "分页对象1", required = true, dataType = "tablepar", paramType = "query"),
|
|
@ApiImplicitParam(name = "wpId", value = "风场编号", required = true, dataType = "string", paramType = "query"),
|
|
@ApiImplicitParam(name = "wpId", value = "风场编号", required = true, dataType = "string", paramType = "query"),
|
|
@ApiImplicitParam(name = "wtId", value = "风机编号", required = true, dataType = "string", paramType = "query"),
|
|
@ApiImplicitParam(name = "wtId", value = "风机编号", required = true, dataType = "string", paramType = "query"),
|
|
@ApiImplicitParam(name = "beginDate", value = "开始日期", required = true, dataType = "string", paramType = "query"),
|
|
@ApiImplicitParam(name = "beginDate", value = "开始日期", required = true, dataType = "string", paramType = "query"),
|
|
@@ -149,11 +149,11 @@ public class ContrastController {
|
|
/**
|
|
/**
|
|
* 查询场际对标列表信息
|
|
* 查询场际对标列表信息
|
|
**/
|
|
**/
|
|
- @GetMapping("/benchmarkWpOutList")
|
|
|
|
|
|
+ @PostMapping("/benchmarkWpOutList")
|
|
@ResponseBody
|
|
@ResponseBody
|
|
@ApiOperation(value = "查询场际对标列表", notes = "查询场际对标列表")
|
|
@ApiOperation(value = "查询场际对标列表", notes = "查询场际对标列表")
|
|
@ApiImplicitParams({
|
|
@ApiImplicitParams({
|
|
- @ApiImplicitParam(name = "tablepar", value = "分页对象", required = true, dataType = "tablepar", paramType = "query"),
|
|
|
|
|
|
+ @ApiImplicitParam(name = "tablepar", value = "分页对象1", required = true, dataType = "tablepar", paramType = "query"),
|
|
@ApiImplicitParam(name = "wpId", value = "风场编号", required = true, dataType = "string", paramType = "query"),
|
|
@ApiImplicitParam(name = "wpId", value = "风场编号", required = true, dataType = "string", paramType = "query"),
|
|
@ApiImplicitParam(name = "beginDate", value = "开始日期", required = true, dataType = "string", paramType = "query"),
|
|
@ApiImplicitParam(name = "beginDate", value = "开始日期", required = true, dataType = "string", paramType = "query"),
|
|
@ApiImplicitParam(name = "endDate", value = "结束日期", required = true, dataType = "string", paramType = "query")})
|
|
@ApiImplicitParam(name = "endDate", value = "结束日期", required = true, dataType = "string", paramType = "query")})
|
|
@@ -229,11 +229,11 @@ public class ContrastController {
|
|
/**
|
|
/**
|
|
* 查询项目对标列表信息
|
|
* 查询项目对标列表信息
|
|
**/
|
|
**/
|
|
- @GetMapping("/benchmarkPjList")
|
|
|
|
|
|
+ @PostMapping("/benchmarkPjList")
|
|
@ResponseBody
|
|
@ResponseBody
|
|
@ApiOperation(value = "查询项目对标列表", notes = "查询项目对标列表")
|
|
@ApiOperation(value = "查询项目对标列表", notes = "查询项目对标列表")
|
|
@ApiImplicitParams({
|
|
@ApiImplicitParams({
|
|
- @ApiImplicitParam(name = "tablepar", value = "分页对象", required = true, dataType = "tablepar", paramType = "query"),
|
|
|
|
|
|
+ @ApiImplicitParam(name = "tablepar", value = "分页对象1", required = true, dataType = "tablepar", paramType = "query"),
|
|
@ApiImplicitParam(name = "wpId", value = "风场编号", required = true, dataType = "string", paramType = "query"),
|
|
@ApiImplicitParam(name = "wpId", value = "风场编号", required = true, dataType = "string", paramType = "query"),
|
|
@ApiImplicitParam(name = "pjId", value = "项目编号", required = true, dataType = "string", paramType = "query"),
|
|
@ApiImplicitParam(name = "pjId", value = "项目编号", required = true, dataType = "string", paramType = "query"),
|
|
@ApiImplicitParam(name = "beginDate", value = "开始日期", required = true, dataType = "string", paramType = "query"),
|
|
@ApiImplicitParam(name = "beginDate", value = "开始日期", required = true, dataType = "string", paramType = "query"),
|
|
@@ -293,11 +293,11 @@ public class ContrastController {
|
|
/**
|
|
/**
|
|
* 查询线路对标列表信息
|
|
* 查询线路对标列表信息
|
|
**/
|
|
**/
|
|
- @GetMapping("/benchmarkLnList")
|
|
|
|
|
|
+ @PostMapping("/benchmarkLnList")
|
|
@ResponseBody
|
|
@ResponseBody
|
|
@ApiOperation(value = "查询线路对标列表", notes = "查询线路对标列表")
|
|
@ApiOperation(value = "查询线路对标列表", notes = "查询线路对标列表")
|
|
@ApiImplicitParams({
|
|
@ApiImplicitParams({
|
|
- @ApiImplicitParam(name = "tablepar", value = "分页对象", required = true, dataType = "tablepar", paramType = "query"),
|
|
|
|
|
|
+ @ApiImplicitParam(name = "tablepar", value = "分页对象1", required = true, dataType = "tablepar", paramType = "query"),
|
|
@ApiImplicitParam(name = "wpId", value = "风场编号", required = true, dataType = "string", paramType = "query"),
|
|
@ApiImplicitParam(name = "wpId", value = "风场编号", required = true, dataType = "string", paramType = "query"),
|
|
@ApiImplicitParam(name = "lnId", value = "线路编号", required = true, dataType = "string", paramType = "query"),
|
|
@ApiImplicitParam(name = "lnId", value = "线路编号", required = true, dataType = "string", paramType = "query"),
|
|
@ApiImplicitParam(name = "beginDate", value = "开始日期", required = true, dataType = "string", paramType = "query"),
|
|
@ApiImplicitParam(name = "beginDate", value = "开始日期", required = true, dataType = "string", paramType = "query"),
|
|
@@ -356,11 +356,11 @@ public class ContrastController {
|
|
/**
|
|
/**
|
|
* 查询风机列表信息
|
|
* 查询风机列表信息
|
|
**/
|
|
**/
|
|
- @GetMapping("/benchmarkWtList")
|
|
|
|
|
|
+ @PostMapping("/benchmarkWtList")
|
|
@ResponseBody
|
|
@ResponseBody
|
|
@ApiOperation(value = "查询风机对标列表", notes = "查询风机对标列表")
|
|
@ApiOperation(value = "查询风机对标列表", notes = "查询风机对标列表")
|
|
@ApiImplicitParams({
|
|
@ApiImplicitParams({
|
|
- @ApiImplicitParam(name = "tablepar", value = "分页对象", required = true, dataType = "tablepar", paramType = "query"),
|
|
|
|
|
|
+ @ApiImplicitParam(name = "tablepar", value = "分页对象1", required = true, dataType = "tablepar", paramType = "query"),
|
|
@ApiImplicitParam(name = "wpId", value = "风场编号", required = true, dataType = "string", paramType = "query"),
|
|
@ApiImplicitParam(name = "wpId", value = "风场编号", required = true, dataType = "string", paramType = "query"),
|
|
@ApiImplicitParam(name = "wtId", value = "风机编号", required = true, dataType = "string", paramType = "query"),
|
|
@ApiImplicitParam(name = "wtId", value = "风机编号", required = true, dataType = "string", paramType = "query"),
|
|
@ApiImplicitParam(name = "beginDate", value = "开始日期", required = true, dataType = "string", paramType = "query"),
|
|
@ApiImplicitParam(name = "beginDate", value = "开始日期", required = true, dataType = "string", paramType = "query"),
|
|
@@ -391,11 +391,11 @@ public class ContrastController {
|
|
/**
|
|
/**
|
|
* 新增值际对标
|
|
* 新增值际对标
|
|
**/
|
|
**/
|
|
- @GetMapping("/addBenchmarkZj")
|
|
|
|
|
|
+ @PostMapping("/addBenchmarkZj")
|
|
@ResponseBody
|
|
@ResponseBody
|
|
@ApiOperation(value = "新增值际对标", notes = "新增值际对标")
|
|
@ApiOperation(value = "新增值际对标", notes = "新增值际对标")
|
|
@ApiImplicitParams({
|
|
@ApiImplicitParams({
|
|
- @ApiImplicitParam(name = "tablepar", value = "分页对象", required = true, dataType = "tablepar", paramType = "query"),
|
|
|
|
|
|
+ @ApiImplicitParam(name = "tablepar", value = "分页对象1", required = true, dataType = "tablepar", paramType = "query"),
|
|
@ApiImplicitParam(name = "wpId", value = "风场编号", required = true, dataType = "string", paramType = "query"),
|
|
@ApiImplicitParam(name = "wpId", value = "风场编号", required = true, dataType = "string", paramType = "query"),
|
|
@ApiImplicitParam(name = "year", value = "年份", required = true, dataType = "string", paramType = "query"),
|
|
@ApiImplicitParam(name = "year", value = "年份", required = true, dataType = "string", paramType = "query"),
|
|
@ApiImplicitParam(name = "month", value = "月份", required = true, dataType = "string", paramType = "query"),
|
|
@ApiImplicitParam(name = "month", value = "月份", required = true, dataType = "string", paramType = "query"),
|
|
@@ -434,11 +434,11 @@ public class ContrastController {
|
|
/**
|
|
/**
|
|
* 值际对标列表
|
|
* 值际对标列表
|
|
**/
|
|
**/
|
|
- @GetMapping("/benchmarkZjList")
|
|
|
|
|
|
+ @PostMapping("/benchmarkZjList")
|
|
@ResponseBody
|
|
@ResponseBody
|
|
@ApiOperation(value = "查询值际对标列表", notes = "查询值际对标列表")
|
|
@ApiOperation(value = "查询值际对标列表", notes = "查询值际对标列表")
|
|
@ApiImplicitParams({
|
|
@ApiImplicitParams({
|
|
- @ApiImplicitParam(name = "tablepar", value = "分页对象", required = true, dataType = "tablepar", paramType = "query")})
|
|
|
|
|
|
+ @ApiImplicitParam(name = "tablepar", value = "分页对象1", required = true, dataType = "tablepar", paramType = "query")})
|
|
|
|
|
|
public AjaxResult benchmarkZjList(HttpServletRequest request,Tablepar tablepar) {
|
|
public AjaxResult benchmarkZjList(HttpServletRequest request,Tablepar tablepar) {
|
|
|
|
|
|
@@ -470,11 +470,11 @@ public class ContrastController {
|
|
/**
|
|
/**
|
|
* 查询值际风机列表信息
|
|
* 查询值际风机列表信息
|
|
**/
|
|
**/
|
|
- @GetMapping("/benchmarkZjWtList")
|
|
|
|
|
|
+ @PostMapping("/benchmarkZjWtList")
|
|
@ResponseBody
|
|
@ResponseBody
|
|
@ApiOperation(value = "查询风机对标列表", notes = "查询风机对标列表")
|
|
@ApiOperation(value = "查询风机对标列表", notes = "查询风机对标列表")
|
|
@ApiImplicitParams({
|
|
@ApiImplicitParams({
|
|
- @ApiImplicitParam(name = "tablepar", value = "分页对象", required = true, dataType = "tablepar", paramType = "query"),
|
|
|
|
|
|
+ @ApiImplicitParam(name = "tablepar", value = "分页对象1", required = true, dataType = "tablepar", paramType = "query"),
|
|
@ApiImplicitParam(name = "cid", value = "值际对标编号", required = true, dataType = "string", paramType = "query")})
|
|
@ApiImplicitParam(name = "cid", value = "值际对标编号", required = true, dataType = "string", paramType = "query")})
|
|
|
|
|
|
public AjaxResult benchmarkZjWtList(HttpServletRequest request,Tablepar tablepar, String cid) {
|
|
public AjaxResult benchmarkZjWtList(HttpServletRequest request,Tablepar tablepar, String cid) {
|