mirror of
				https://gitee.com/hhyykk/ipms-sjy.git
				synced 2025-11-01 02:38:43 +08:00 
			
		
		
		
	✨ CRM:更新最新代码,支持线索、客户、联系人、商机、合同等功能
This commit is contained in:
		| @@ -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
	 YunaiV
					YunaiV