Commit ec2218f5 authored by litengwei's avatar litengwei

打卡bug处理

parent 6a7b3f6f
...@@ -501,6 +501,7 @@ public class FirefightersController extends BaseController { ...@@ -501,6 +501,7 @@ public class FirefightersController extends BaseController {
return ResponseHelper.buildResponse(iFirefightersService.getPersonByCodes(list)); return ResponseHelper.buildResponse(iFirefightersService.getPersonByCodes(list));
} }
@PersonIdentify
@TycloudOperation(ApiLevel = UserType.AGENCY) @TycloudOperation(ApiLevel = UserType.AGENCY)
@GetMapping(value = "/get/persons") @GetMapping(value = "/get/persons")
@ApiOperation(httpMethod = "GET", value = "根据当前登陆用户获取换流站驻站消防队专职消防队消防人员", notes = "根据当前登陆用户获取换流站驻站消防队专职消防队消防人员") @ApiOperation(httpMethod = "GET", value = "根据当前登陆用户获取换流站驻站消防队专职消防队消防人员", notes = "根据当前登陆用户获取换流站驻站消防队专职消防队消防人员")
......
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