瀏覽代碼

heart触发pointlist时的bug修复。

Jay Lee 6 年之前
父節點
當前提交
79fc0756ec
共有 1 個文件被更改,包括 1 次插入1 次删除
  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);