From 8a501bf9042367d7e6b547b6e6e3ba38e3e969be Mon Sep 17 00:00:00 2001
From: hdw <496960745@qq.com>
Date: 星期四, 27 九月 2018 10:46:27 +0800
Subject: [PATCH] 电池关注

---
 gx_tieta/src/com/fgkj/dao/impl/BattInfImpl.java |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/gx_tieta/src/com/fgkj/dao/impl/BattInfImpl.java b/gx_tieta/src/com/fgkj/dao/impl/BattInfImpl.java
index 954dce4..9a236dc 100644
--- a/gx_tieta/src/com/fgkj/dao/impl/BattInfImpl.java
+++ b/gx_tieta/src/com/fgkj/dao/impl/BattInfImpl.java
@@ -3473,7 +3473,7 @@
 		
 		BattInfImpl biml = new BattInfImpl();
 		BattInf binf = new BattInf();
-		binf.setBattGroupId(0);
+		binf.setBattGroupId(1000967);
 		binf.setStationName("鍐呰挋鍙�");
 		binf.setStationName1("鍐呰挋鍙�");
 		
@@ -3500,7 +3500,8 @@
 		bmd.setUinf(uinf);
 		//List<BattInf> list = biml.serchByConditionNew(bmd);
 		//List<BattInf> list=biml.serchByTestType(bmd);
-		List<BattInf> list=biml.serchGroupAssess(bmd);
+		//List<BattInf> list=biml.serchGroupAssess(bmd);
+		List<BattInf> list=biml.serchByMonNum(binf);
 		for (BattInf b : list) {
 			System.out.println(b);
 		}

--
Gitblit v1.9.1