|
@@ -70,7 +70,6 @@ public class CompanyController {
|
|
|
|
|
|
@GetMapping("/list-all-simple")
|
|
|
@Operation(summary = "获取公司精简信息列表", description = "只包含被开启的公司,主要用于前端的下拉选项")
|
|
|
- @PreAuthorize("@ss.hasPermission('system:Company:query')")
|
|
|
public CommonResult<List<CompanySimpleRespVO>> getSimpleCompanyList() {
|
|
|
// 获得公司列表,只要开启状态的
|
|
|
CompanyListReqVO reqVO = new CompanyListReqVO();
|