gx_tieta/src/com/fgkj/services/BattInfServices.java
@@ -768,7 +768,8 @@ for (int j = 0; j <binf.getMonCount(); j++) { Batttestdatastop sdata=new Batttestdatastop(); sdata.setMon_num(j+1); sdata.setTest_cap(binf.getMonCapStd()/binf.getMonCount());//没有放电默认为标称 sdata.setTest_cap(binf.getMonCapStd());//没有放电默认为标称 sdata.setPercent(1f); list_sdata.add(sdata); } }