| | |
| | |
|
| | | import com.fgkj.dto.BattInf;
|
| | | import com.fgkj.dto.Battinf_apply;
|
| | | import com.fgkj.dto.Page;
|
| | | import com.fgkj.dto.ServiceModel;
|
| | | import com.fgkj.dto.User_inf;
|
| | | import com.fgkj.services.Battinf_applyService;
|
| | |
| | | }
|
| | | //查询出所有需要确认的申请
|
| | | public String serchByCondition(){
|
| | | Battinf_apply bapply=ActionUtil.getGson().fromJson(json, Battinf_apply.class);
|
| | | ServiceModel model=service.serchByCondition(bapply);
|
| | | Page page=ActionUtil.getGson().fromJson(json, Page.class);
|
| | | ServiceModel model=service.serchByCondition(page);
|
| | | result=tojson(model);
|
| | | return SUCCESS;
|
| | | }
|