From cfa12a50f8e6de09a2e57fa8359dbec5e2b07628 Mon Sep 17 00:00:00 2001
From: 81041 <81041@192.168.10.30>
Date: 星期二, 23 十月 2018 11:02:52 +0800
Subject: [PATCH] Merge branch 'dev_lxw' of https://whyclxw1@gitlab.com/whyclxw1/gx_tieta.git into dev_lxw

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

diff --git a/gx_tieta/src/com/fgkj/actions/BattInfAction.java b/gx_tieta/src/com/fgkj/actions/BattInfAction.java
index af20d32..77b20d0 100644
--- a/gx_tieta/src/com/fgkj/actions/BattInfAction.java
+++ b/gx_tieta/src/com/fgkj/actions/BattInfAction.java
@@ -71,6 +71,13 @@
 		result = tojson(model);
 		return SUCCESS;
 	}
+	//鏍规嵁缁存姢鍖哄拰鏈烘埧鍚嶇О鏌ヨ鐢垫睜缁勪俊鎭�
+	public String searchInform1() {
+		Batt_Maint_Dealarm bmd = getGson().fromJson(json, Batt_Maint_Dealarm.class);
+		ServiceModel model = service.searchInform1(bmd);
+		result = tojson(model);
+		return SUCCESS;
+	}
 	public String serchByCondition() {
 		model = service.serchByCondition(bif);
 		result = ActionUtil.tojson(model);
@@ -329,6 +336,8 @@
 	//鐢垫睜閰嶇粍绠$悊(閲嶈)
 	public String serchMakeGroup(){
 		BattInf binf=getGson("yyyy-MM-dd HH:mm:ss").fromJson(json, BattInf.class);
+		User_inf uinf=(User_inf) getUser();
+		binf.setNum(uinf.getUId());
 		ServiceModel model = service.serchMakeGroup(binf);
 		result = ActionUtil.tojson(model);
 		return SUCCESS;
@@ -336,6 +345,8 @@
 	//鐢垫睜閰嶇粍绠$悊(閲嶈)
 	public String serchGroupByInfor(){
 		BattInf binf=getGson("yyyy-MM-dd HH:mm:ss").fromJson(json, BattInf.class);
+		User_inf uinf=(User_inf) getUser();
+		binf.setNum(uinf.getUId());
 		ServiceModel model = service.serchGroupByInfor(binf);
 		result = ActionUtil.tojson(model);
 		return SUCCESS;

--
Gitblit v1.9.1