wang-hao-jie
2022-01-07 0f2202dfcea3309c1b0e7515f6db5fbdc83d51d1
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);