gx_tieta/src/com/fgkj/actions/App_bts_comm_taskAction.java
@@ -17,10 +17,10 @@ //根据省市区机房名称查询 public String serchByCondition(){ Page page=getGson("").fromJson(json, Page.class); BattInf binf=getGson("").fromJson(json, BattInf.class); /*User_inf uinf=(User_inf) getUser(); binf.setNum(uinf.getUId());*/ ServiceModel model=service.serchByCondition(page); ServiceModel model=service.serchByCondition(binf); result=tojson(model); return SUCCESS; }