whyclj
2018-12-29 4ec2ad8f08ef92e8183e442d9f5362cb9dfa566a
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;
   }