81041
2018-11-13 bbb530588536b5094611f93de5bed290b0530f4c
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;
   }