CRM:更新最新代码,支持线索、客户、联系人、商机、合同等功能

This commit is contained in:
YunaiV
2024-02-26 12:55:58 +08:00
parent 088fbb2096
commit a390fb4519
9 changed files with 52 additions and 46 deletions

View File

@ -19,7 +19,6 @@
<description>
crm 包下客户关系管理Customer Relationship Management
例如说:客户、联系人、商机、合同、回款等等
商业智能 BI 模块,包括:报表、图表、数据大屏等等
</description>
</project>

View File

@ -128,7 +128,6 @@ public class CrmCustomerController {
@Operation(summary = "获得客户分页")
@PreAuthorize("@ss.hasPermission('crm:customer:query')")
public CommonResult<PageResult<CrmCustomerRespVO>> getCustomerPage(@Valid CrmCustomerPageReqVO pageVO) {
customerService.autoPutCustomerPool();
// 1. 查询客户分页
PageResult<CrmCustomerDO> pageResult = customerService.getCustomerPage(pageVO, getLoginUserId());
if (CollUtil.isEmpty(pageResult.getList())) {