From 1a05dd9a571e46ae4cb90d5c0a2b691a3a62d34f Mon Sep 17 00:00:00 2001
From: hdw <496960745@qq.com>
Date: 星期三, 21 十一月 2018 14:47:48 +0800
Subject: [PATCH] 提交内容

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

diff --git a/gx_tieta/src/com/fgkj/actions/BattInfAction.java b/gx_tieta/src/com/fgkj/actions/BattInfAction.java
index 105f209..698536a 100644
--- a/gx_tieta/src/com/fgkj/actions/BattInfAction.java
+++ b/gx_tieta/src/com/fgkj/actions/BattInfAction.java
@@ -385,6 +385,13 @@
 		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;
+	}
 	
 	public BattInf getBif() {
 		return bif;

--
Gitblit v1.9.1