From 0ee2a92da94c0b97f7c9c48b4a30a80a810304cd Mon Sep 17 00:00:00 2001
From: 星伟 <星伟@192.168.10.25>
Date: 星期四, 27 九月 2018 13:20:20 +0800
Subject: [PATCH] 落后单体查询。ld9查询, 电池实时状态查询添加市级筛选

---
 gx_tieta/src/com/fgkj/dao/BaseDAOFactory.java |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/gx_tieta/src/com/fgkj/dao/BaseDAOFactory.java b/gx_tieta/src/com/fgkj/dao/BaseDAOFactory.java
index 12b5793..60ba796 100644
--- a/gx_tieta/src/com/fgkj/dao/BaseDAOFactory.java
+++ b/gx_tieta/src/com/fgkj/dao/BaseDAOFactory.java
@@ -18,6 +18,7 @@
 import com.fgkj.dao.impl.Batt_devalarm_data_historyImpl;
 import com.fgkj.dao.impl.Batt_devdischarge_paramImpl;
 import com.fgkj.dao.impl.Batt_electricityImpl;
+import com.fgkj.dao.impl.Batt_enduranceImpl;
 import com.fgkj.dao.impl.Batt_historyImpl;
 import com.fgkj.dao.impl.Batt_maint_infAgainImpl;
 import com.fgkj.dao.impl.Batt_maint_infImpl;
@@ -182,6 +183,7 @@
 			case 84:return new Positiomap_usrImpl();
 			case 85:return new Battalarm_data_historyImpl();
 			case 86:return new Batt_devalarm_data_historyImpl();
+			case 87:return new Batt_enduranceImpl();
 			default :return null;
 		}
 	}

--
Gitblit v1.9.1