| | |
| | | public ServiceModelOnce serchByStationName1(BattInf bif) { |
| | | ServiceModelOnce model = new ServiceModelOnce(); |
| | | List list = null; |
| | | System.out.println("bif = " + bif); |
| | | if (bif.getStationName1() == null&&!bif.getStationName1().equals("null")) { |
| | | list = mapper.serchByStationName1(bif); |
| | | }else{ |
| | |
| | | return model; |
| | | } |
| | | //5.3添加选取电池组或者机房或者维护区(未被应用) |
| | | public ServiceModel serchBatt(Object obj) { |
| | | public ServiceModel serchBatt(BattInf obj) { |
| | | ServiceModel model = new ServiceModel(); |
| | | Boolean bl=false; |
| | | List<BattInf> list=mapper.serchBatt(obj); |
| | | if(list!=null && list.size()>0){ |