From d4fdd4a6d27cd30328fd8464897c7187b7bc233d Mon Sep 17 00:00:00 2001 From: hdw <496960745@qq.com> Date: 星期六, 13 十月 2018 09:44:27 +0800 Subject: [PATCH] 关闭0和1对照关系 1图标为红色 0为绿色 --- 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 e5d19c0..0d6149c 100644 --- a/gx_tieta/src/com/fgkj/dao/BaseDAOFactory.java +++ b/gx_tieta/src/com/fgkj/dao/BaseDAOFactory.java @@ -76,6 +76,7 @@ import com.fgkj.dao.impl.Ld9.Ld9testdatastopImpl; import com.fgkj.dao.impl.bts61850.BTS_61850_setparamImpl; import com.fgkj.dao.impl.bts61850.BTS_61850_stateImpl; +import com.fgkj.dao.impl.ram.Bts_station_stateImpl; import com.fgkj.dao.impl.ram.Fbs9100_setparamImpl; import com.fgkj.dao.impl.ram.Fbs9100_stateImpl; import com.fgkj.dao.impl.ram.Fbs9100s_dcdc_stateImpl; @@ -186,6 +187,7 @@ case 86:return new Batt_devalarm_data_historyImpl(); case 87:return new Batt_enduranceImpl(); case 88:return new BattInf_RebuildImpl(); + case 89:return new Bts_station_stateImpl(); default :return null; } } -- Gitblit v1.9.1