hdw
2018-12-24 cf262a95d0d79d477dda82c3fd17a22f0582a355
gx_tieta/src/com/fgkj/actions/Battinf_applyAction.java
@@ -97,6 +97,15 @@
      result=tojson(model);
      return SUCCESS;
   }
   //根据机房id查询出申请人已审批通过的电池组信息
   public String serchById(){
      Battinf_apply bapply=ActionUtil.getGson().fromJson(json, Battinf_apply.class);
      User_inf uinf=(User_inf) getUser();
      bapply.setApply_uid(uinf.getUId());
      ServiceModel model=service.serchById(bapply);
      result=tojson(model);
      return SUCCESS;
   }
   
   public String getResult() {
      return result;