gx_tieta/src/com/fgkj/actions/ram/Bts_gprs_stateAction.java
@@ -15,7 +15,7 @@ private String json; private String result; //修改系统参数 //获取gprs信号 public String update() { Bts_gprs_state gprs = getGson().fromJson(json, Bts_gprs_state.class); ServiceModel model = service.update(gprs); @@ -29,7 +29,7 @@ result = tojson(model); return SUCCESS; } //根据设备id查询系统参数(一定是被管理的) //根据设备id读取的设备连接的gprs模块的信号值 public String serchByCondition(){ Bts_gprs_state gprs = getGson().fromJson(json, Bts_gprs_state.class); ServiceModel model = service.serchByCondition(gprs);