D:/workspace/chenjingjing/git/gx_tieta/gx_tieta/.gitignore
2019-01-18 2fe250ece8de95b3f70172fe5b45793ab6a3084a
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;
   }