liyong
10 天以前 88e384da863bb2f7324cb1e1474885df3b7cce91
yudao-module-crm/src/main/java/cn/iocoder/yudao/module/crm/service/contact/CrmContactServiceImpl.java
@@ -304,4 +304,10 @@
        return contactMapper.selectListByCustomerIdOwnerUserId(customerId, ownerUserId);
    }
    @Override
    @CrmPermission(bizType = CrmBizTypeEnum.CRM_CUSTOMER, bizId = "#customerId", level = CrmPermissionLevelEnum.READ)
    public List<CrmContactDO> getContactListByCustomerId(Long customerId) {
        return contactMapper.selectListByCustomerId(customerId);
    }
}