Commit 1f58784a authored by H2T's avatar H2T

去掉get请求的@ResubmitCheck注解

parent 3cf16e3c
...@@ -328,7 +328,6 @@ public class AlertCalledController extends BaseController { ...@@ -328,7 +328,6 @@ public class AlertCalledController extends BaseController {
* @param id 主键 * @param id 主键
* @return * @return
*/ */
@ResubmitCheck
@TycloudOperation(ApiLevel = UserType.AGENCY,needAuth = false) @TycloudOperation(ApiLevel = UserType.AGENCY,needAuth = false)
@GetMapping(value = "/{id}") @GetMapping(value = "/{id}")
@ApiOperation(httpMethod = "GET", value = "根据id查询单个警情接警填报记录", notes = "根据id查询单个警情接警填报记录") @ApiOperation(httpMethod = "GET", value = "根据id查询单个警情接警填报记录", notes = "根据id查询单个警情接警填报记录")
......
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