Commit 84b0794c authored by tangwei's avatar tangwei

删除无用方法

parent 8a113ed6
......@@ -210,17 +210,7 @@ public class JpStationController extends BaseController {
}
return ResponseHelper.buildResponse(data);
}
/**
* 列表全部数据查询
*
* @return
*/
@TycloudOperation(ApiLevel = UserType.AGENCY)
@ApiOperation(httpMethod = "GET",value = "第三方场站列表全部数据查询", notes = "第三方场站列表全部数据查询")
@GetMapping(value = "/list")
public ResponseModel<List<JpStationDto>> selectForList() {
return ResponseHelper.buildResponse(jpStationServiceImpl.queryForJpStationList());
}
@TycloudOperation(ApiLevel = UserType.AGENCY)
@ApiOperation(httpMethod = "GET",value = "电站监控电量收益", notes = "电站监控电量收益")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment