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