Merge remote-tracking branch 'origin/master'

This commit is contained in:
zhangxin10 2016-01-21 16:20:18 +08:00
commit 7ec811dffc
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());
}
}
}