mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-24 16:05:08 +08:00
✨ CRM:更新最新代码,支持线索、客户、联系人、商机、合同等功能
This commit is contained in:
@ -19,7 +19,6 @@
|
||||
<description>
|
||||
crm 包下,客户关系管理(Customer Relationship Management)。
|
||||
例如说:客户、联系人、商机、合同、回款等等
|
||||
商业智能 BI 模块,包括:报表、图表、数据大屏等等
|
||||
</description>
|
||||
|
||||
</project>
|
||||
|
@ -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())) {
|
||||
|
Reference in New Issue
Block a user