From bbb530588536b5094611f93de5bed290b0530f4c Mon Sep 17 00:00:00 2001
From: 81041 <81041@192.168.10.25>
Date: 星期二, 13 十一月 2018 10:12:29 +0800
Subject: [PATCH] //首页上根据stationid查询电池组的机历卡

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

diff --git a/gx_tieta/src/com/fgkj/actions/BattInfAction.java b/gx_tieta/src/com/fgkj/actions/BattInfAction.java
index 40b145a..c7c9cd6 100644
--- a/gx_tieta/src/com/fgkj/actions/BattInfAction.java
+++ b/gx_tieta/src/com/fgkj/actions/BattInfAction.java
@@ -367,6 +367,14 @@
 		result = ActionUtil.tojson(model);
 		return SUCCESS;
 	}
+	//棣栭〉涓婃牴鎹畇tationid鏌ヨ鐢垫睜缁勭殑鏈哄巻鍗�
+	public String serchBattAllInfoByStationId(){
+		BattInf binf=getGson("yyyy-MM-dd HH:mm:ss").fromJson(json, BattInf.class);
+		ServiceModel model = service.serchBattAllInfoByStationId(binf);
+		result = ActionUtil.tojson(model);
+		return SUCCESS;
+	}
+
 	public BattInf getBif() {
 		return bif;
 	}

--
Gitblit v1.9.1