springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/impl/ComActIntegralUserServiceImpl.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/impl/ComActIntegralUserServiceImpl.java
@@ -137,6 +137,7 @@ */ @Override public R getIntegralUserListApplets(Long userId, Long communityId) { if (nonNull(communityId)) { // 查询该用户在本社区下的积分账户是否存在,不存在则需要给用户创建 ComActIntegralUserDO integralUserDO = this.baseMapper.selectOne(new QueryWrapper<ComActIntegralUserDO>().lambda() @@ -148,6 +149,7 @@ integralUserDO.setCreateAt(new Date()); this.baseMapper.insert(integralUserDO); } } ComActIntegralUserVO integralUserVO = this.baseMapper.getUserIntegralStatistics(userId, communityId); if (isNull(communityId)) { // 各社区已获积分统计