81041
2018-11-21 99b241c6da40c9eefe6ecb0479ae2e4a3809034f
gx_tieta/src/com/fgkj/actions/BattInfAction.java
@@ -385,6 +385,13 @@
      result = ActionUtil.tojson(model);
      return SUCCESS;
   }
   //首页上显示已安装数和全部基站数
   public String serchDevice(){
      User_inf uinf=(User_inf) getUser();
      ServiceModel model = service.serchDevice(uinf);
      result = ActionUtil.tojson(model);
      return SUCCESS;
   }
   
   public BattInf getBif() {
      return bif;