81041
2019-01-07 96f25d0985898464c0b7cebfcf0115cdf425cf50
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;
   }