xboot-modules/xboot-your/src/main/java/cn/exrick/xboot/your/controller/OrderTaskController.java
@@ -78,7 +78,7 @@ QueryWrapper<Area> wrapper3 = new QueryWrapper<Area>(); wrapper3.eq("user_id",one.getFollowUserId()); area = iAreaService.getOne(wrapper); area = iAreaService.getOne(wrapper3); return area; } return area; xboot-modules/xboot-your/src/main/java/cn/exrick/xboot/your/schedulings/StatisticScheduleImpl.java
@@ -44,6 +44,7 @@ UserStatistic one = iUserStatisticService.getOne(wrapper); if(one==null){ one = new UserStatistic(); one.setUserId(user.getId()); } //司机 if(type2==0){