wang-hao-jie
2021-12-03 a820fa834d3fad12a8d72b8f800e67208a313be4
违章记录
1个文件已修改
3 ■■■■ 已修改文件
xboot-modules/xboot-your/src/main/java/cn/exrick/xboot/your/schedulings/StatisticScheduleImpl.java 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
xboot-modules/xboot-your/src/main/java/cn/exrick/xboot/your/schedulings/StatisticScheduleImpl.java
@@ -88,12 +88,13 @@
                    wrapper3.eq("user_id",user.getId());
                    Area area = iAreaService.getOne(wrapper3);
                    if(area!=null){
                    QueryWrapper<Customer> wrapper4 = new QueryWrapper<>();
                    wrapper4.eq("area_id",area.getId());
                    int count3 = iCustomerService.count(wrapper4);
                    one.setService(count3);
                }
                }
                iUserStatisticService.saveOrUpdate(one);
            }