| | |
| | | package com.fgkj.actions;
|
| | |
|
| | | import com.fgkj.dto.BattInf;
|
| | | import com.fgkj.dto.Page;
|
| | | import com.fgkj.dto.ServiceModel;
|
| | | import com.fgkj.dto.User_inf;
|
| | | import com.fgkj.services.App_bts_comm_taskService;
|
| | |
| | |
|
| | | //根据省市区机房名称查询
|
| | | public String serchByCondition(){
|
| | | BattInf binf=getGson("").fromJson(json, BattInf.class);
|
| | | User_inf uinf=(User_inf) getUser();
|
| | | binf.setNum(uinf.getUId());
|
| | | ServiceModel model=service.serchByCondition(binf);
|
| | | Page page=getGson("").fromJson(json, Page.class);
|
| | | /*User_inf uinf=(User_inf) getUser();
|
| | | binf.setNum(uinf.getUId());*/
|
| | | ServiceModel model=service.serchByCondition(page);
|
| | | result=tojson(model);
|
| | | return SUCCESS;
|
| | | }
|