From e9deacbe85247d765fb242f26319fcbd02cc9716 Mon Sep 17 00:00:00 2001
From: 81041 <81041@DESKTOP-025NVD9>
Date: 星期一, 07 一月 2019 14:41:48 +0800
Subject: [PATCH] 修改

---
 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 13eebce..6c83c04 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;
@@ -210,6 +211,7 @@
 			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();
 			default :return null;
 		}
 	}

--
Gitblit v1.9.1