| | |
| | | |
| | | public List<Battinf> getBattGroupInfoByFBSDeviceId(int fbsDeviceId) { |
| | | QueryWrapper<Battinf> queryWrapper = Wrappers.query(); |
| | | queryWrapper.select("BattGroupId","stationName1","stationName2","stationName3","stationName4","stationName5","BattGroupName","GroupIndexInFBSDevice").eq("FBSDeviceId",fbsDeviceId); |
| | | queryWrapper.select("BattGroupId","stationName1","stationName2","stationName3","stationName4","stationName5","BattGroupName","GroupIndexInFBSDevice","MonVolStd","MonCapStd","MonResStd","MonSerStd","MonTmpStd").eq("FBSDeviceId",fbsDeviceId); |
| | | return battInfMapper.selectList(queryWrapper); |
| | | } |
| | | |
| | |
| | | //查询电池组单体信息 |
| | | Response rtdataRes = rtdataservice.serchByCondition(binf.getBattGroupId()); |
| | | res.put("rtdata"+binf.getGroupIndexInFBSDevice(), rtdataRes); |
| | | res.put("binf", binf); |
| | | res.put("binf"+binf.getGroupIndexInFBSDevice(), binf); |
| | | } |
| | | } |
| | | return new Response().set(1, res); |
| | |
| | | //查询电池组单体信息 |
| | | Response rtdataRes = rtdataservice.serchByCondition(binf.getBattGroupId()); |
| | | res.put("rtdata"+binf.getGroupIndexInFBSDevice(), rtdataRes); |
| | | res.put("binf", binf); |
| | | res.put("binf"+binf.getGroupIndexInFBSDevice(), binf); |
| | | } |
| | | } |
| | | //获取615全功能逆变假负载开关以及逆变模块实时 |