| | |
| | | } |
| | | //根据维护区和机房名称查询电池组信息(电池组信息配置)<-------跨域-----------> |
| | | public ServiceModel searchInform_ky() { |
| | | ServiceModel model = new ServiceModel(); |
| | | List<BattInf> list=mapper.searchInform_ky(); |
| | | if (list != null && list.size() > 0) { |
| | | model.setCode(1); |
| | |
| | | } |
| | | |
| | | //--------查询电池组信息<大屏显示> |
| | | public ServiceModel serchBatt_DP(Object obj) { |
| | | public ServiceModel serchBatt_DP(BattInf obj) { |
| | | ServiceModel model = new ServiceModel(); |
| | | List list=mapper.serchBatt_DP(obj); |
| | | if (list != null && list.size() > 0) { |
| | | model.setCode(1); |
| | |
| | | |
| | | //紫晶山西——---机房列表 |
| | | public ServiceModel searchStationList() { |
| | | ServiceModel model = new ServiceModel(); |
| | | List list=mapper.searchStationList(); |
| | | if (list != null && list.size() > 0) { |
| | | model.setCode(1); |