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; }