Commit e592074b by 王祖波

Merge branch 'feature-recommend3' into 'developer'

跟进记录增加营销记录

See merge request !2894
parents 0d5c44f9 650c6f03
......@@ -245,8 +245,8 @@ public class ContactFollowServiceImpl implements ContactFollowService {
convertAiFollow(enterpriseId, aiRes.getResult(), followDTOList);
}
List<MemberSmsLogDTO> smsList = smsService.lastMemberSmsLog(enterpriseId, memberIdList, null, DateUtil.beginOfDay(startTime), DateUtil.endOfDay(date), new HashMap<>());
convertSmsFollow(enterpriseId, smsList, followDTOList);
// List<MemberSmsLogDTO> smsList = smsService.lastMemberSmsLog(enterpriseId, memberIdList, null, DateUtil.beginOfDay(startTime), DateUtil.endOfDay(date), new HashMap<>());
// convertSmsFollow(enterpriseId, smsList, followDTOList);
Map<String, ContactFollowDTO> map = followDTOList.stream()
.sorted(Comparator
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment