| | |
| | | schema = @Schema(implementation = PrFlowMonitoring.class))} |
| | | ) |
| | | }) |
| | | @GetMapping(path = "getFlowMonitoring", consumes = MediaType.APPLICATION_JSON_VALUE) |
| | | @GetMapping(path = "getFlowMonitoring") |
| | | @SsoAop() |
| | | public BaseResponse<QueryResultVo<List<VoFlowMonitoring>>> getFlowMonitoring(@RequestBody @Parameter(description = "查询form表单json数据", required = true) QueryVo vo){ |
| | | public BaseResponse<QueryResultVo<List<VoFlowMonitoring>>> getFlowMonitoring(QueryVo vo){ |
| | | try { |
| | | QueryResultVo<List<VoFlowMonitoring>> res = flowMonitoringSv.getPrFlowMonitorings(vo); |
| | | if(res == null) { |