81041
2019-01-10 68d43a25f5a9e6a6f6d52d5b8e8f0a5671b9c3fc
gx_tieta/src/com/fgkj/actions/BattInfAction.java
@@ -433,9 +433,9 @@
      return SUCCESS;
   }
    //判断新增的机房是否存在
   public String judgeBattInOrNot(){
   public String judgeBatt(){
      BattInf binf=getGson().fromJson(json, BattInf.class);
      ServiceModel model = service.judgeBattInOrNot(binf);
      ServiceModel model = service.judgeBatt(binf);
      result = ActionUtil.tojson(model);
      return SUCCESS;
   }