gx_tieta/src/com/fgkj/actions/ram/Bts_gprs_stateAction.java
@@ -16,7 +16,7 @@ private String result; //修改系统参数 public String update() { public String updateGprs() { Bts_gprs_state gprs = getGson().fromJson(json, Bts_gprs_state.class); ServiceModel model = service.update(gprs); { String msg=""; @@ -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);