hdw
2018-11-13 9926760c81b8b08d22a35d4b46ef21b0cb2bfeb6
gx_tieta/src/com/fgkj/actions/BattInfAction.java
@@ -367,6 +367,14 @@
      result = ActionUtil.tojson(model);
      return SUCCESS;
   }
   //首页上根据stationid查询电池组的机历卡
   public String serchBattAllInfoByStationId(){
      BattInf binf=getGson("yyyy-MM-dd HH:mm:ss").fromJson(json, BattInf.class);
      ServiceModel model = service.serchBattAllInfoByStationId(binf);
      result = ActionUtil.tojson(model);
      return SUCCESS;
   }
   public BattInf getBif() {
      return bif;
   }