springcloud_k8s_panzhihuazhihuishequ/service_user/src/main/java/com/panzhihua/service_user/service/impl/UserServiceImpl.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
springcloud_k8s_panzhihuazhihuishequ/service_user/src/main/java/com/panzhihua/service_user/service/impl/UserServiceImpl.java
@@ -3444,7 +3444,6 @@ if (userProportions.size()>0){ for (UserProportion userProportion : userProportions) { if (org.apache.commons.lang3.ObjectUtils.isNotEmpty(userProportion)){ log.info("统计数据"+userProportion); UserRateAnalysisVO vo=new UserRateAnalysisVO(); if (monthRange){ if (userProportion.getCommunityId().equals("11")){ @@ -3459,7 +3458,6 @@ } vo.setName(typeToName(type,userProportion )); vo.setCount(userProportion.getUser()); log.info("统计后数据+"+vo); userRateAnalysisVOList.add(vo); } }