修复已知问题

This commit is contained in:
2024-09-28 14:02:23 +08:00
parent 8ddb0e2b41
commit a8415c3458

View File

@@ -216,8 +216,6 @@ public class CompanyController extends BaseController {
return fail("删除失败"); return fail("删除失败");
} }
@PreAuthorize("hasAuthority('sys:company:profile')")
@OperationLog
@ApiOperation("根据id查询企业信息") @ApiOperation("根据id查询企业信息")
@GetMapping("/profile") @GetMapping("/profile")
public ApiResult<Company> profile() { public ApiResult<Company> profile() {