81041
2018-12-19 14b6f4ba5b54a0da64af36ce5653ee49e025bd23
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);