| | |
| | | List<AnalysisMonCapDTO> capDTOList = entry.getValue(); |
| | | //执行容量统计 |
| | | for (AnalysisMonCapDTO monCapDTO : capDTOList){ |
| | | if(monCapDTO.getMonVol()>monCapDTO.getMonVolStd()*0.9f){ |
| | | //if(monCapDTO.getMonVol()>monCapDTO.getMonVolStd()*0.9f){ |
| | | int hourRate=BattCapFactory.GetHourRate(monCapDTO.getMonCapStd(),monCapDTO.getTestCurr()); |
| | | realCap = BattCapFactory.GetMonomerCap(monCapDTO.getMonCapStd(),hourRate,monCapDTO.getTestCap(),monCapDTO.getMaxMonVol(), |
| | | monCapDTO.getMonVol(),monCapDTO.getMonVolStd(),BattCapFactory.CapType_Real); |
| | | }else{ |
| | | /*}else{ |
| | | //查询电池测试表中对应的测试批次的单体剩余容量 |
| | | realCap = Math.abs(testDataMapper.getRestCapByCondition(monCapDTO)); |
| | | } |
| | | }*/ |
| | | if(realCap<minCap){ |
| | | minCap = realCap; |
| | | } |