From c64cbbe5f5b692c21380396312bd2029cd5f3c6f Mon Sep 17 00:00:00 2001
From: 81041 <81041@192.168.10.23>
Date: 星期一, 12 十一月 2018 09:05:27 +0800
Subject: [PATCH] serchContactorState加入通信率

---
 gx_tieta/WebRoot/charge-test.jsp |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/gx_tieta/WebRoot/charge-test.jsp b/gx_tieta/WebRoot/charge-test.jsp
index 05ce9c9..4ef382f 100644
--- a/gx_tieta/WebRoot/charge-test.jsp
+++ b/gx_tieta/WebRoot/charge-test.jsp
@@ -3413,7 +3413,8 @@
 			var city = batt.StationName2;
 			var county = batt.StationName5;
 			var home = batt.StationName;
-			$(this).attr('href', 'control.jsp?province='+province+'&city='+city+'&county='+county+'&home='+home);
+			var homeid = batt.BattGroupId;
+			$(this).attr('href', 'control.jsp?province='+province+'&city='+city+'&county='+county+'&home='+home+'&homeid='+homeid);
 		});
 	}); 
 	

--
Gitblit v1.9.1