From a8fe9c8c558fff0bf9d0e2ebdd32e045e17639d2 Mon Sep 17 00:00:00 2001
From: 81041 <81041@192.168.10.33>
Date: 星期五, 02 十一月 2018 10:49:27 +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 d3fafa5..2c7b294 100644
--- a/gx_tieta/src/com/fgkj/dao/BaseDAOFactory.java
+++ b/gx_tieta/src/com/fgkj/dao/BaseDAOFactory.java
@@ -84,6 +84,7 @@
 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.Fbs9100_sysparamImpl;
 import com.fgkj.dao.impl.ram.Fbs9100s_dcdc_stateImpl;
 import com.fgkj.dao.impl.ram.Fbs9100s_dfu_stateImpl;
 import com.fgkj.dao.impl.ram.Fbs9600_stateImpl;
@@ -200,6 +201,7 @@
 			case 93:return new Battinf_exImpl();
 			case 94:return new Deverror_recordImpl();
 			case 95:return new  StationtrafficImpl();
+			case 96:return new  Fbs9100_sysparamImpl();
 			default :return null;
 		}
 	}

--
Gitblit v1.9.1