Commit f74b882b by 王祖波

多个建联

parent 412a7a96
......@@ -417,7 +417,9 @@ public class ContactLogServiceImpl implements ContactLogService {
.collect(Collectors.toList());
}
// 增加原始创建时间用于排序
clerkContactTimeList.add(contactTime);
if (CollectionUtils.isNotEmpty(clerkContactTimeList)) {
clerkContactTimeList.add(contactTime);
}
logger.info("刷新建联时间:{},memberId:{}", clerkContactTimeList,memberId);
DynamicDocDTO dynamicDocDTO = new DynamicDocDTO();
......
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