81041
2018-10-18 a5adf25f45aa09965e7a3cd4912450512a15ee5c
gx_tieta/src/com/fgkj/actions/BattInfAction.java
@@ -333,6 +333,13 @@
      result = ActionUtil.tojson(model);
      return SUCCESS;
   }
   //电池配组管理(重要)
   public String serchGroupByInfor(){
      BattInf binf=getGson("yyyy-MM-dd HH:mm:ss").fromJson(json, BattInf.class);
      ServiceModel model = service.serchGroupByInfor(binf);
      result = ActionUtil.tojson(model);
      return SUCCESS;
   }
   public BattInf getBif() {
      return bif;
   }