|
@@ -76,7 +76,6 @@ public class AuthApi {
|
|
|
}
|
|
|
|
|
|
@ApiOperation("机构下拉框列表")
|
|
|
- @ApiImplicitParam(name = "authUserId", required = true, value = "供应商用户id")
|
|
|
@GetMapping("/select")
|
|
|
public ResponseJson<List<AuthVo>> getAuthSelectList(@CurrentUser SysUser sysUser) {
|
|
|
if (null == sysUser) {
|
|
@@ -280,7 +279,6 @@ public class AuthApi {
|
|
|
}
|
|
|
|
|
|
@ApiOperation("更改查看标记")
|
|
|
- @ApiImplicitParam(name = "authId", required = true, value = "授权机构id")
|
|
|
@PostMapping("/check/{id}")
|
|
|
public ResponseJson checkAuth(@PathVariable("id") Integer authId) {
|
|
|
return authService.checkAuth(authId);
|