From 1feaa0cef7764a19c84c33b3c951f41089843f74 Mon Sep 17 00:00:00 2001
From: 81041 <81041@192.168.10.23>
Date: 星期四, 01 十一月 2018 15:19:46 +0800
Subject: [PATCH] 落后单体查询测试

---
 gx_tieta/src/com/fgkj/services/BattMap_informationService.java |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/gx_tieta/src/com/fgkj/services/BattMap_informationService.java b/gx_tieta/src/com/fgkj/services/BattMap_informationService.java
index 6d48fbb..d231680 100644
--- a/gx_tieta/src/com/fgkj/services/BattMap_informationService.java
+++ b/gx_tieta/src/com/fgkj/services/BattMap_informationService.java
@@ -108,7 +108,7 @@
 		int numAlarm=0;
 		int numPlan=0;
 		if(list!=null&&list.size()>0){
-			for(int i=0;i<list.size();i++){
+			for(int i=0;i<list.size();i++){				
 				state="item-normal";
 				ServiceModel model=new ServiceModel();
 				BattMap_information binformation = list.get(i);
@@ -132,6 +132,9 @@
 						}
 					}
 				}
+				if("0".equals(list.get(i).getInformation())){
+					state="";							//鑻ユ満鎴挎湭瀹夎灏嗘寚瀹氱殑鏈烘埧璁剧疆鎴愮伆鑹茬殑
+				}
 				model.setData(list.get(i));
 				model.setCode(numAlarm);		//鍛婅鎬绘暟
 				model.setSum(numBadBatt);		//钀藉悗鎬绘暟

--
Gitblit v1.9.1