| | |
| | | result=tojson(model);
|
| | | return SUCCESS;
|
| | | }
|
| | | //申请表中已审批通过的设备连接数
|
| | | public String devCommNum(){
|
| | | ServiceModel model=service.devCommNum();
|
| | | result=tojson(model);
|
| | | return SUCCESS;
|
| | | }
|
| | | //查询出审核完的申请和待审核的申请
|
| | | public String serchByInfo(){
|
| | | Battinf_apply bapply=ActionUtil.getGson().fromJson(json, Battinf_apply.class);
|
| | |
| | | result=tojson(model);
|
| | | return SUCCESS;
|
| | | }
|
| | | |
| | | //申请人修改待审核的申请时的查询
|
| | | public String serchbystationId(){
|
| | | Battinf_apply bapply=ActionUtil.getGson().fromJson(json, Battinf_apply.class);
|
| | | User_inf uinf=(User_inf) getUser();
|
| | | bapply.setNum(uinf.getUId());
|
| | | ServiceModel model=service.serchbystationId(bapply);
|
| | | result=tojson(model);
|
| | | return SUCCESS;
|
| | | }
|
| | |
|
| | | public String getResult() {
|
| | | return result;
|