| | |
| | |
|
| | | import com.fgkj.dao.BaseDAO;
|
| | | import com.fgkj.dao.CallBack;
|
| | | import com.fgkj.dto.ram.Bts_station_state;
|
| | |
|
| | | public class Bts_station_stateImpl implements BaseDAO,CallBack{
|
| | |
|
| | |
| | | // TODO Auto-generated method stub
|
| | | return null;
|
| | | }
|
| | | //
|
| | | //查询机房实时状态
|
| | | public List serchByCondition(Object obj) {
|
| | | // TODO Auto-generated method stub
|
| | | Bts_station_state bs=(Bts_station_state) obj;
|
| | | String sql="select distinct station_id,dev_id,record_datetime,station_stat,station_poff_start_time,station_poff_tlong,station_fadian_start_time,station_fadian_tlong" +
|
| | | " ,station_diaozhan_start_time,station_diaozhan_tlong,station_temp,station_damp,station_dooropen_start_time,station_dooropen_tlong " +
|
| | | " from db_ram_db.tb_bts_station_station_state " +
|
| | | " where ";
|
| | | return null;
|
| | | }
|
| | |
|