hdw
2018-12-21 b5e4362e38b7947e5163be80f5d55a9fe46ef4a0
gx_tieta/src/com/fgkj/actions/Batt_devalarm_data_historyAction.java
@@ -33,7 +33,7 @@
   }
   //统计机房状态历史(机房状态)
   public String serchStateBydev_id(){
      BattInf binf=getGson("yyyy-MM-dd HH:mm:ss").fromJson(json, BattInf.class);
      BattInf binf=getGson("yyyy-MM-dd").fromJson(json, BattInf.class);
      ServiceModel model=service.serchStateBydev_id(binf);
      result=tojson(model);
      return SUCCESS;