81041
2019-01-04 b102c292bfdc2c0318b672b86a74507c7b26bf93
gx_tieta/src/com/fgkj/services/ram/Fbs9100_stateService.java
@@ -198,6 +198,18 @@
      }
      return model;
   } 
  //批量设置放电参数时查询出当前放电的电池组(1u/2u分开)
    public ServiceModel seachDischarge(Object obj){
      List list=((Fbs9100_stateImpl)dao).seachDischarge(obj);
      if(list!=null && list.size()>0){
         model.setCode(1);
         model.setData(list);
      }else{
         model.setCode(0);
         model.setMsg("查询失败!");
      }
      return model;
   }
     public static void main(String[] args) {
      Fbs9100_stateService fs = new Fbs9100_stateService();
      Fbs9100_state f=new Fbs9100_state();