xboot-modules/xboot-your/src/main/java/cn/exrick/xboot/your/serviceimpl/IOrderTaskServiceImpl.java
@@ -64,6 +64,12 @@ public List<OrderTask> sumTime(String id) { return orderTaskMapper.sumTime(id); } @Override public List<OrderTask> groupByTime(String areaId, String selectId) { return orderTaskMapper.groupByTime(areaId,selectId); } @Override public Month getSendNum(int year){ return orderTaskMapper.getSendNum(year);