hdw
2018-12-25 a5f59d421bfca516d10545fa1f7c8426525dc5b7
gx_tieta/src/com/fgkj/actions/ram/Bts_station_stateAction.java
@@ -41,8 +41,13 @@
      result = tojson(model);             
      return SUCCESS;
    }
  //查询设备SD卡的实时状态
    public String serchSDCard(){
       BattInf binf=getGson("yyyy-MM-dd HH:mm:ss").fromJson(json, BattInf.class);
       ServiceModel model = service.serchSDCard(binf);
       result=tojson(model);
       return SUCCESS;
    }