Skip to content

Commit cf7ff1c

Browse files
committed
【功能修复】CRM:CrmBusinessController 部分权限标识不正确的问题
1 parent d75d71d commit cf7ff1c

File tree

1 file changed

+2
-2
lines changed
  • yudao-module-crm/yudao-module-crm-biz/src/main/java/cn/iocoder/yudao/module/crm/controller/admin/business

1 file changed

+2
-2
lines changed

yudao-module-crm/yudao-module-crm-biz/src/main/java/cn/iocoder/yudao/module/crm/controller/admin/business/CrmBusinessController.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,8 @@ private CrmBusinessRespVO buildBusinessDetail(CrmBusinessDO business) {
127127
}
128128

129129
@GetMapping("/simple-all-list")
130-
@Operation(summary = "获得联系人的精简列表")
131-
@PreAuthorize("@ss.hasPermission('crm:contact:query')")
130+
@Operation(summary = "获得商机的精简列表")
131+
@PreAuthorize("@ss.hasPermission('crm:business:query')")
132132
public CommonResult<List<CrmBusinessRespVO>> getSimpleContactList() {
133133
CrmBusinessPageReqVO reqVO = new CrmBusinessPageReqVO();
134134
reqVO.setPageSize(PAGE_SIZE_NONE); // 不分页

0 commit comments

Comments
 (0)