Commit 650c6f03 by 王祖波

跟进记录增加营销记录

parent c2f7ee25
......@@ -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