puhanshu
2022-08-05 f1324215c69a31b79465dee39af94f466bf36ae9
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/impl/ComActAcidRecordServiceImpl.java
@@ -264,8 +264,10 @@
    }
    @Override
    public R fiveCountPlus(String date,String localCity,String loginAccount) {
        Integer type = isVilliage(loginAccount);
        log.info("type===="+type);
        Integer type=3;
        if (StringUtils.isNotEmpty(loginAccount)){
             type = isVilliage(loginAccount);
        }
        return R.ok(this.baseMapper.fiveCountPlus(date,localCity,type));
    }