| | |
| | | Float restCap = batttestdataInfService.getLastTestDataRestCap(realDto.getBattgroupId()); |
| | | topDto.setRestCap(restCap); |
| | | BattInf binf=battInfService.getBinfByBattgroupId(realDto.getBattgroupId()); |
| | | Float restTime= BattCapFactory.getTheoryTime(deviceState.getDevCaptestCurr(), restCap, binf.getMoncapstd()); |
| | | topDto.setRestTime(restTime); |
| | | //实时组端电流,剩余容量,标称容量 |
| | | if(battRtstate!=null){ |
| | | Float restTime= BattCapFactory.getTheoryTime(battRtstate.getGroupCurr(), restCap, binf.getMoncapstd()); |
| | | topDto.setRestTime(restTime); |
| | | } |
| | | } |
| | | |
| | | //获取一级未处理实时告警数 |