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;