星伟
2018-09-30 fd1f11f6d7a75c52a7c2db5fe9a39e129216b96a
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);
               }
             }