hdw
2018-09-25 eebd20ba0a4306cd65deae6775c1b6d12aa9435c
gx_tieta/src/com/fgkj/actions/BattInfAction.java
@@ -282,6 +282,9 @@
   //根据机房id查询机房下的电池组信息(左侧导航第四层,根据机房查询下面的电池组,num中存放uid)
   public String serchBattByStation(){
      BattInf binf = ActionUtil.getGson().fromJson(json, BattInf.class);
      User_inf u = (User_inf)getUser();
      binf.setNum(u.getUId());
      //System.out.println(binf);
      ServiceModel model = service.serchBattByStation(binf);
      result = ActionUtil.getGson("yyyy-MM-dd HH:mm:ss").toJson(model);
      return SUCCESS;