From 04bc2d9b97c61ea79017d05f81053e719742f82f Mon Sep 17 00:00:00 2001
From: whyclj <1525436766@qq.com>
Date: 星期三, 19 十二月 2018 15:41:01 +0800
Subject: [PATCH] Merge branch 'dev_lxw' of https://whyclj@gitlab.com/whyclxw1/gx_tieta.git into dev_lxw

---
 gx_tieta/src/com/fgkj/actions/Battinf_applyAction.java |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diff --git a/gx_tieta/src/com/fgkj/actions/Battinf_applyAction.java b/gx_tieta/src/com/fgkj/actions/Battinf_applyAction.java
index 9dbf043..020f95d 100644
--- a/gx_tieta/src/com/fgkj/actions/Battinf_applyAction.java
+++ b/gx_tieta/src/com/fgkj/actions/Battinf_applyAction.java
@@ -61,7 +61,15 @@
 		result=tojson(model);
 		return SUCCESS;
 	}
-	
+	//鐢宠浜轰慨鏀瑰緟瀹℃牳鐨勭敵璇锋椂鐨勬煡璇�
+	public String serchbystationId(){
+		Battinf_apply bapply=ActionUtil.getGson().fromJson(json, Battinf_apply.class);
+		User_inf uinf=(User_inf) getUser();
+		bapply.setNum(uinf.getUId());
+		ServiceModel model=service.serchbystationId(bapply);
+		result=tojson(model);
+		return SUCCESS;
+	}
 	
 	public String getResult() {
 		return result;

--
Gitblit v1.9.1