星伟
2018-09-30 ea7102bdbdb56abfc1201489de7ff51d0b42ff07
gx_tieta/src/com/fgkj/actions/BattInfAction.java
@@ -242,9 +242,6 @@
      result = ActionUtil.tojson(model);
      return SUCCESS;
   }
   //搜索机房或电池组
   public String serchStationOrBattgroup(){
      BattInf binf = ActionUtil.getGson().fromJson(json, BattInf.class);
@@ -298,6 +295,13 @@
      return SUCCESS;
   }
   
   //电池配组管理(重要)
   public String serchMakeGroup(){
      BattInf binf=getGson("yyyy-MM-dd HH:mm:ss").fromJson(json, BattInf.class);
      ServiceModel model = service.serchMakeGroup(binf);
      result = ActionUtil.tojson(model);
      return SUCCESS;
   }
   public BattInf getBif() {
      return bif;
   }
@@ -330,12 +334,6 @@
   public void setBtdif(Batttestdata_inf btdif) {
      this.btdif = btdif;
   }
//   public ServiceModel getModel() {
//      return model;
//   }
    
   public void setJson(String json) {