【功能修复】CRM:CrmBusinessController 部分权限标识不正确的问题
This commit is contained in:
parent
d75d71d7d0
commit
cf7ff1ca8a
@ -127,8 +127,8 @@ public class CrmBusinessController {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@GetMapping("/simple-all-list")
|
@GetMapping("/simple-all-list")
|
||||||
@Operation(summary = "获得联系人的精简列表")
|
@Operation(summary = "获得商机的精简列表")
|
||||||
@PreAuthorize("@ss.hasPermission('crm:contact:query')")
|
@PreAuthorize("@ss.hasPermission('crm:business:query')")
|
||||||
public CommonResult<List<CrmBusinessRespVO>> getSimpleContactList() {
|
public CommonResult<List<CrmBusinessRespVO>> getSimpleContactList() {
|
||||||
CrmBusinessPageReqVO reqVO = new CrmBusinessPageReqVO();
|
CrmBusinessPageReqVO reqVO = new CrmBusinessPageReqVO();
|
||||||
reqVO.setPageSize(PAGE_SIZE_NONE); // 不分页
|
reqVO.setPageSize(PAGE_SIZE_NONE); // 不分页
|
||||||
|
Loading…
Reference in New Issue
Block a user