echarts后台
时间:2023-03-06 12:30:00
@ApiOperation(value = "直线变电量", notes = "") @RequestMapping(value = {"/getEchartsZSXLBDSLData"}, method = RequestMethod.POST) @Log(operationType = "查询", operationName = "直线变电量") public ResultMsg getEchartsZSXLBDSLData(HttpServletRequest request) { JSONObject json = substationDao.getEchartsZSXLBDSLData(request); return new ResultMsgFactory().produce(json); } @ApiOperation(value = "统计电网运行事件", notes = "") @RequestMapping(value = {"/getEchartsDWYXSJTJData"}, method = RequestMethod.POST) @Log(operationType = "查询", operationName = "统计电网运行事件") public ResultMsg getEchartsDWYXSJTJData(HttpServletRequest request) { JSONObject json = substationDao.getEchartsDWYXSJTJData(request); return new ResultMsgFactory().produce(json); } @ApiOperation(value