Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -69,6 +69,7 @@ public class SecurityConfig extends WebSecurityConfigurerAdapter {
|
||||
"/api/system/user/updateUserOfficeOpenidWithoutLogin",
|
||||
"/api/system/user-referee/getReferee/**",
|
||||
"/api/system/dict-data/page",
|
||||
"/api/system/organization",
|
||||
"/lvQ4EoivKJ.txt"
|
||||
)
|
||||
.permitAll()
|
||||
|
||||
@@ -54,7 +54,7 @@ public class OrganizationController extends BaseController {
|
||||
return success(organizationService.getByIdRel(id));
|
||||
}
|
||||
|
||||
@PreAuthorize("hasAuthority('sys:org:save')")
|
||||
// @PreAuthorize("hasAuthority('sys:org:save')")
|
||||
@ApiOperation("添加组织机构")
|
||||
@PostMapping()
|
||||
public ApiResult<?> add(@RequestBody Organization organization) {
|
||||
|
||||
Reference in New Issue
Block a user