hdw
2018-10-08 e265a82fd7e6b12039dd1947f499f0622f2359e6
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);
               }
             }