hdw
2018-12-24 cf262a95d0d79d477dda82c3fd17a22f0582a355
gx_tieta/src/com/fgkj/actions/Batt_enduranceAction.java
@@ -19,9 +19,21 @@
      result=tojson(model);
      return SUCCESS;
   }
   //续航不足1小时,2小时等的饼状图
   public String serchByState_xuhang() {
      User_inf uinf=(User_inf) getUser();
      ServiceModel model=service.serchByState_xuhang(uinf);
      result=tojson(model);
      return SUCCESS;
   }
   
   //导航上续航不足3小时的个数
   public String serchxuhangNotInThree() {
      User_inf uinf=(User_inf) getUser();
      ServiceModel model=service.serchxuhangNotInThree(uinf);
      result=tojson(model);
      return SUCCESS;
   }
   
   public String getResult() {
      return result;