mirror of
				https://gitee.com/hhyykk/ipms-sjy.git
				synced 2025-11-01 02:38:43 +08:00 
			
		
		
		
	fix:跟进记录分页不显示商机
This commit is contained in:
		| @@ -94,7 +94,7 @@ public class CrmFollowUpRecordController { | ||||
|             record.setBusinesses(new ArrayList<>()).setContacts(new ArrayList<>()); | ||||
|             record.getContactIds().forEach(id -> MapUtils.findAndThen(contactMap, id, contact -> | ||||
|                     record.getContacts().add(new CrmBusinessRespVO().setId(contact.getId()).setName(contact.getName())))); | ||||
|             record.getContactIds().forEach(id -> MapUtils.findAndThen(businessMap, id, business -> | ||||
|             record.getBusinessIds().forEach(id -> MapUtils.findAndThen(businessMap, id, business -> | ||||
|                     record.getBusinesses().add(new CrmBusinessRespVO().setId(business.getId()).setName(business.getName())))); | ||||
|             // 2.2 设置用户信息 | ||||
|             MapUtils.findAndThen(userMap, Long.valueOf(record.getCreator()), user -> record.setCreatorName(user.getNickname())); | ||||
| @@ -102,4 +102,4 @@ public class CrmFollowUpRecordController { | ||||
|         return success(voPageResult); | ||||
|     } | ||||
|  | ||||
| } | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 zhanhong
					zhanhong