| | |
| | | for(int i=0;i<list.size();i++){
|
| | | Batttestdatastop sdata=list.get(i);
|
| | | sdata.setNote(binf.getBattProducer());
|
| | | sdata.setStationid(binf.getStationId());
|
| | | for (int j = 0; j < listr.size(); j++) {
|
| | | BattInf_Rebuild brinf=(BattInf_Rebuild) listr.get(j);
|
| | | if(sdata.getMon_num()==brinf.getOld_monum()&&sdata.getBattGroupId()==brinf.getOld_battgroupid()){
|
| | |
| | |
|
| | | 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="";
|
| | | return null;
|
| | | }
|
| | |
|
| | |
| | | private Float mon_max;
|
| | | private float percent;
|
| | | private String note;
|
| | | private String stationid;
|
| | | public Batttestdatastop() {
|
| | | }
|
| | |
|
| | |
| | | this.note = note;
|
| | | }
|
| | |
|
| | | public String getStationid() {
|
| | | return stationid;
|
| | | }
|
| | |
|
| | | public void setStationid(String stationid) {
|
| | | this.stationid = stationid;
|
| | | }
|
| | |
|
| | | @Override
|
| | | public String toString() {
|
| | |
| | | + ", mon_vol=" + mon_vol + ", lowC=" + lowC + ", lowV=" + lowV
|
| | | + ", mon_avg=" + mon_avg + ", mon_min=" + mon_min
|
| | | + ", mon_max=" + mon_max + ", percent=" + percent + ", note="
|
| | | + note + ", stationid=" + stationid + "]";
|
| | | + note + "]";
|
| | | }
|
| | |
|
| | |
|
| | |
| | | Batttestdatastop sdata=new Batttestdatastop();
|
| | | sdata.setBattGroupId(binf.getBattGroupId());
|
| | | sdata.setNote(binf.getBattProducer());
|
| | | sdata.setStationid(binf.getStationId());
|
| | | sdata.setMon_num(j+1);
|
| | | for (int z = 0; z < listr.size(); z++) {
|
| | | BattInf_Rebuild brinf=(BattInf_Rebuild) listr.get(z);
|
| | |
| | | b.setBattGroupName(binf.getBattGroupName());
|
| | | b.setMonVolStd(binf.getMonVolStd());
|
| | | b.setMonCapStd(binf.getMonCapStd());
|
| | | b.setStationId(binf.getStationId());
|
| | | b.setMonNum(j+1);
|
| | | for (int z = 0; z < listr.size(); z++) {
|
| | | BattInf_Rebuild brinf=(BattInf_Rebuild) listr.get(z);
|