hdw
2018-12-24 cf262a95d0d79d477dda82c3fd17a22f0582a355
gx_tieta/src/com/fgkj/actions/BattInfAction.java
@@ -101,7 +101,12 @@
      return SUCCESS;
    }
    
    //添加操作时查询出电池组id
    public String searchMaxBattgroupId(){
       model = service.searchMaxBattgroupId();
      result = ActionUtil.tojson(model);
      return SUCCESS;
    }
   public String searchAll() {
      model = service.searchAll();
      result = ActionUtil.tojson(model);