From 749cf1515d610f8d81a1956b98669d43fd5836d0 Mon Sep 17 00:00:00 2001 From: hdw <496960745@qq.com> Date: 星期二, 04 十二月 2018 13:15:33 +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 9fba458..628b621 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_comm_taskImpl; import com.fgkj.dao.impl.BadBatt_monImpl; import com.fgkj.dao.impl.BadBatt_mon_flagImpl; import com.fgkj.dao.impl.BattDischarge_paramImpl; @@ -206,6 +207,7 @@ case 96:return new Fbs9100_sysparamImpl(); case 97:return new Bts_gprs_stateImpl(); case 98:return new Fbs9100_battparamImpl(); + case 99:return new App_bts_comm_taskImpl(); default :return null; } } -- Gitblit v1.9.1