From 35fefed0792c40cb99b8d15fa5811bbb5992bff9 Mon Sep 17 00:00:00 2001
From: D:/workspace/chenjingjing/git/gx_tieta/gx_tieta/.gitignore <chenjingjing@LAPTOP-E51P2139>
Date: 星期一, 21 一月 2019 10:42:24 +0800
Subject: [PATCH] 修改

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

diff --git a/gx_tieta/src/com/fgkj/dao/BaseDAOFactory.java b/gx_tieta/src/com/fgkj/dao/BaseDAOFactory.java
index 13eebce..eaed7ec 100644
--- a/gx_tieta/src/com/fgkj/dao/BaseDAOFactory.java
+++ b/gx_tieta/src/com/fgkj/dao/BaseDAOFactory.java
@@ -3,6 +3,7 @@
 import com.fgkj.dao.impl.Alarm_paramImpl;
 import com.fgkj.dao.impl.AnnounceImpl;
 import com.fgkj.dao.impl.App_ParamImpl;
+import com.fgkj.dao.impl.App_bts_battgroupImpl;
 import com.fgkj.dao.impl.App_bts_comm_taskImpl;
 import com.fgkj.dao.impl.BadBatt_monImpl;
 import com.fgkj.dao.impl.BadBatt_mon_flagImpl;
@@ -53,6 +54,7 @@
 import com.fgkj.dao.impl.Positiomap_usrImpl;
 import com.fgkj.dao.impl.Process_surveyImpl;
 import com.fgkj.dao.impl.StationtrafficImpl;
+import com.fgkj.dao.impl.Thread_utilImpl;
 import com.fgkj.dao.impl.UserDAOImpl;
 import com.fgkj.dao.impl.User_ChartImpl;
 import com.fgkj.dao.impl.User_battgroup_baojigroupImpl;
@@ -210,6 +212,8 @@
 			case 98:return new  Fbs9100_battparamImpl();
 			case 99:return new  App_bts_comm_taskImpl();
 			case 100:return new  Battinf_applyImpl();
+			case 101:return new  App_bts_battgroupImpl();
+			case 102:return new  Thread_utilImpl();
 			default :return null;
 		}
 	}

--
Gitblit v1.9.1