fix: 修复jenkins插件中测试人员无法调用

This commit is contained in:
wenyann 2021-03-21 00:04:53 +08:00
parent a40a36cfac
commit 63c23e7188
1 changed files with 0 additions and 1 deletions

View File

@ -51,7 +51,6 @@ public class SystemParameterController {
}
@GetMapping("/base/info")
@RequiresRoles(value = {RoleConstants.ADMIN})
public BaseSystemConfigDTO getBaseInfo () {
return SystemParameterService.getBaseInfo();
}