Commit c999f0e1 by 王祖波

清楚建联时间

parent fb7f6586
......@@ -428,6 +428,8 @@ public class ContactLogServiceImpl implements ContactLogService {
if (CollectionUtils.isNotEmpty(list)) {
List<ContactLogDTO> dtos = EntityUtil.changeEntityListNew(ContactLogDTO.class, list);
clerkContactTimeList = ContactBizTypeEnum.getEsClerkContactTimeList(dtos);
}else {
clerkContactTimeList = new ArrayList<>();
}
logger.info("刷新建联时间:{},memberId:{}", clerkContactTimeList,memberId);
......
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