81041
2018-12-10 1b78706f50f0a1c50e087c2d7fc4aaa7dd246265
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;
   }