81041
2018-12-24 63c1c105547c97bfe338c625fb53c0fe2ab7ff2e
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;
    }