Commit fb7f6586 by 王祖波

log

parent 5974a31d
......@@ -481,6 +481,7 @@ public class ContactLogServiceImpl implements ContactLogService {
if (contactMap == null || contactMap.isEmpty()) {
return null;
}
logger.info("获取最近一条建联记录:{}",JSON.toJSONString(contactMap));
List<TabContactLog> list = new ArrayList<>();
contactMap.forEach((k,lastContactLog)->{
Integer contactStatus = lastContactLog.getContactStatus();
......
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