From 99b241c6da40c9eefe6ecb0479ae2e4a3809034f Mon Sep 17 00:00:00 2001
From: 81041 <81041@192.168.10.25>
Date: 星期三, 21 十一月 2018 12:46:17 +0800
Subject: [PATCH] 首页显示已安装机房数和全部机房数

---
 gx_tieta/src/com/fgkj/actions/BattInfAction.java |   15 ++++++++-------
 1 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/gx_tieta/src/com/fgkj/actions/BattInfAction.java b/gx_tieta/src/com/fgkj/actions/BattInfAction.java
index ee929e1..698536a 100644
--- a/gx_tieta/src/com/fgkj/actions/BattInfAction.java
+++ b/gx_tieta/src/com/fgkj/actions/BattInfAction.java
@@ -380,14 +380,15 @@
 	//璺ㄥ煙璁块棶鑾峰彇鎵�鏈夌數姹犵粍鐨勪俊鎭�<-------璺ㄥ煙----------->
 	public String searchInform_ky(){
 		isAllowHeaders();							//鍏佽璺ㄥ煙璁块棶
-		//System.out.println(key+"@@@@@@@@@@@@@@@@@@@@@@");
 		ServiceModel model = new ServiceModel();
-		if(key != null && CROSS_DOMAIN_KEY.equals(key)){
-			model = service.searchInform_ky();			
-		}else{			
-			model.setCode(0);
-			model.setMsg("璇嗗埆鐮侀敊璇�");
-		}
+		model = service.searchInform_ky();		
+		result = ActionUtil.tojson(model);
+		return SUCCESS;
+	}
+	//棣栭〉涓婃樉绀哄凡瀹夎鏁板拰鍏ㄩ儴鍩虹珯鏁�
+	public String serchDevice(){
+		User_inf uinf=(User_inf) getUser();
+		ServiceModel model = service.serchDevice(uinf);
 		result = ActionUtil.tojson(model);
 		return SUCCESS;
 	}

--
Gitblit v1.9.1