81041
2019-01-11 d04cea72d0c721f9e7e65d3074c5546ac6eb594f
gx_tieta/src/com/fgkj/actions/BattInfAction.java
@@ -432,6 +432,13 @@
      result = ActionUtil.tojson(model);
      return SUCCESS;
   }
    //判断新增的机房是否存在
   public String judgeBatt(){
      BattInf binf=getGson().fromJson(json, BattInf.class);
      ServiceModel model = service.judgeBatt(binf);
      result = ActionUtil.tojson(model);
      return SUCCESS;
   }
   public BattInf getBif() {
      return bif;
   }