Browse Source

heart触发pointlist时的bug修复。

Jay Lee 6 years ago
parent
commit
79fc0756ec
1 changed files with 1 additions and 1 deletions
  1. 1 1
      collect/src/main/java/com/saga/thread/down/CollectThread.java

+ 1 - 1
collect/src/main/java/com/saga/thread/down/CollectThread.java

@@ -527,7 +527,7 @@ public class CollectThread extends Thread {
 
 	private void getPointList(String address, String[] rList) {
 		// TODO Auto-generated method stub
-		String key = rList[0] + "-" + rList[1];
+		String key = rList[0] + "-" + rList[1] + "-" + address;
 		Long getTime = 0l;
 		if (!this.getPointList.containsKey(key)) {
 			this.getPointList.put(key, getTime);