更新代码
This commit is contained in:
parent
fdec2684cb
commit
8310618c2d
@ -176,7 +176,7 @@ public class CompanyController {
|
||||
@GetMapping("/list")
|
||||
@Operation(summary = "获得企业信息表(每个租户的下属企业信息)")
|
||||
@Parameter(name = "id", description = "编号", required = true, example = "1024")
|
||||
@PreAuthorize("@ss.hasPermission('company:property-deal:query')")
|
||||
// @PreAuthorize("@ss.hasPermission('company:property-deal:query')")
|
||||
public CommonResult<List<Company>> getCompanyList(){
|
||||
return success(companyService.list());
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user