Commit ad7fe0ee authored by duanruiming's avatar duanruiming

[add] 策略执行记录优化-异常逻辑查询

parent ac480e7f
......@@ -58,9 +58,9 @@ public class StrategyControlController {
@GetMapping("/crossStrategyHistList")
@ApiOperation(httpMethod="GET",value="策略执行记录历史->路口/干线,时间粒度, 策略成功失败类型", notes="")
@ApiImplicitParams({
@ApiImplicitParam(name = "strategyType", value = "策略类型 0-路口 1-干线 -查所有", required = false, dataType = "Integer"),
@ApiImplicitParam(name = "strategyType", value = "策略类型 0-路口 1-干线 null-查所有", required = false, dataType = "Integer"),
@ApiImplicitParam(name = "groupType", value = "时间粒度类型 0-1小时 1-1天 2-5秒", required = false, dataType = "Integer", defaultValue = "1"),
@ApiImplicitParam(name = "resultType", value = "时间粒度类型 0-失败 1-成功 -查所有", required = false, dataType = "Integer"),
@ApiImplicitParam(name = "resultType", value = "时间粒度类型 0-失败 1-成功 null-查所有", required = false, dataType = "Integer"),
})
@ApiResponses({
@ApiResponse(code = 200, message = "成功", response = GreenwaveHist.class,
......
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