1.修复调用链只有一个WEB请求的时候,页面不显示。

This commit is contained in:
wusheng 2016-01-21 16:09:02 +08:00
parent 3323efaca9
commit 0d05d225fb
1 changed files with 2 additions and 0 deletions

View File

@ -102,6 +102,8 @@ public class BuriedPointSDAO implements IBuriedPointSDAO {
}
}
logVO.addTimeLine(rpcVO.getValue().getStartDate(), rpcVO.getValue().getCost());
}else{
traceLogMap.put(colId, rpcVO.getValue());
}
}
}