whyclj
2019-01-09 a852102b1b3f30a420b02c0aca96f13d0886af8e
gx_tieta/src/com/fgkj/services/Batt_enduranceService.java
@@ -42,5 +42,12 @@
      }
      return model;
   }
   //导航上续航不足3小时的个数
   public ServiceModel serchxuhangNotInThree(Object obj) {
      int nums=((Batt_enduranceImpl)dao).serchxuhangNotInThree(obj);
      model.setMsg("查询成功!");
      model.setSum(nums);
      return model;
   }
}