Commit 8c329fd1 authored by suhuiguang's avatar suhuiguang

1.修改启动错误日志

parent 88cadf48
...@@ -116,7 +116,7 @@ public class TimeLineController extends BaseController{ ...@@ -116,7 +116,7 @@ public class TimeLineController extends BaseController{
} }
@Permission @Permission
@ApiOperation(httpMethod = "get",value = "预案回放", notes = "预案回放") @ApiOperation(httpMethod = "GET",value = "预案回放", notes = "预案回放")
@RequestMapping(value = "/fire/replay", produces = "application/json;charset=UTF-8", method = RequestMethod.GET) @RequestMapping(value = "/fire/replay", produces = "application/json;charset=UTF-8", method = RequestMethod.GET)
public CommonResponse replay(@RequestParam("batchNo") String batchNo, public CommonResponse replay(@RequestParam("batchNo") String batchNo,
@RequestParam("randomNumber") String randomNumber) throws Exception{ @RequestParam("randomNumber") String randomNumber) throws Exception{
...@@ -125,7 +125,7 @@ public class TimeLineController extends BaseController{ ...@@ -125,7 +125,7 @@ public class TimeLineController extends BaseController{
} }
@Permission @Permission
@ApiOperation(httpMethod = "get",value = "预案回放退出", notes = "预案回放退出") @ApiOperation(httpMethod = "GET",value = "预案回放退出", notes = "预案回放退出")
@RequestMapping(value = "/fire/replay/exit", produces = "application/json;charset=UTF-8", method = RequestMethod.GET) @RequestMapping(value = "/fire/replay/exit", produces = "application/json;charset=UTF-8", method = RequestMethod.GET)
public CommonResponse replayExit(@RequestParam("batchNo") String batchNo, public CommonResponse replayExit(@RequestParam("batchNo") String batchNo,
@RequestParam("randomNumber") String randomNumber) throws Exception{ @RequestParam("randomNumber") String randomNumber) throws Exception{
......
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